/* Meta Plus badge overlap for premium filter card */
.meta-plus-badge-overlap {
    position: absolute;
    left: 50%;
    top: -12px;
    transform: translate(-50%, 0);
    z-index: 2;
    font-size: 10px;
    padding: 3px 18px 3px 16px;
    border-radius: 22px;
    background: linear-gradient(90deg, #00ffe7 0%, #00c6a0 100%);
    color: #19ffe7;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 18px 0 rgba(0,255,230,0.22);
    border: 1.5px solid #19ffe7;
    display: flex;
    align-items: center;
    text-shadow: 0 0 8px #00ffe7;
}

/* Stronger, darker border glow for premium filter card */
.filter-card[style*="--filter-color: #4ade80"] {
    box-shadow: 0 0 24px 4px rgba(0,40,40,0.7) !important;
    border: 1.5px solid rgba(0,80,80,0.92) !important;
}
/* RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bg-primary: #00001c;
    --bg-secondary: #0a0a1f;
    --bg-card: rgba(10, 15, 30, 0.8);
    --text-primary: #ffffff;
    --text-secondary: rgba(255, 255, 255, 0.7);
    --text-muted: rgba(255, 255, 255, 0.5);
    --accent-cyan: #00c6ff;
    --accent-blue: #2e6fff;
    --accent-purple: #8b5cf6;
    --accent-aqua: #2dd4bf;
    --accent-warning: #fbbf24;
    --border-color: rgba(255, 255, 255, 0.1);
    --glow-cyan: rgba(0, 198, 255, 0.5);
    --sidebar-width: 280px;
    --header-height: 70px;
}

body {
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background: linear-gradient(135deg, var(--bg-primary), #000000);
    color: var(--text-primary);
    overflow-x: hidden;
    min-height: 100vh;
    line-height: 1.6;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--bg-primary);
}

::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 198, 255, 0.5);
}

/* PARALLAX STAR LAYERS */
.star-layer {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    will-change: transform;
}

.star-layer-1 {
    background-image: 
        radial-gradient(2px 2px at 5% 8%, rgba(255,255,255,0.95), transparent),
        radial-gradient(2px 2px at 10% 10%, rgba(255,255,255,0.9), transparent),
        radial-gradient(1.5px 1.5px at 15% 25%, rgba(200,220,255,0.85), transparent),
        radial-gradient(2px 2px at 20% 5%, rgba(255,255,255,0.8), transparent),
        radial-gradient(2px 2px at 30% 25%, rgba(255,255,255,0.8), transparent),
        radial-gradient(1.5px 1.5px at 35% 12%, rgba(100,180,255,0.9), transparent),
        radial-gradient(1px 1px at 50% 15%, rgba(255,255,255,0.7), transparent),
        radial-gradient(2px 2px at 55% 8%, rgba(200,220,255,0.85), transparent),
        radial-gradient(2px 2px at 70% 35%, rgba(255,255,255,0.85), transparent),
        radial-gradient(1.5px 1.5px at 75% 20%, rgba(100,180,255,0.8), transparent),
        radial-gradient(1px 1px at 85% 20%, rgba(255,255,255,0.6), transparent),
        radial-gradient(2px 2px at 90% 10%, rgba(255,255,255,0.9), transparent),
        radial-gradient(2px 2px at 95% 30%, rgba(200,220,255,0.75), transparent),
        radial-gradient(2px 2px at 15% 45%, rgba(255,255,255,0.75), transparent),
        radial-gradient(1.5px 1.5px at 25% 55%, rgba(100,180,255,0.85), transparent),
        radial-gradient(1px 1px at 40% 55%, rgba(255,255,255,0.65), transparent),
        radial-gradient(2px 2px at 60% 65%, rgba(255,255,255,0.8), transparent),
        radial-gradient(1.5px 1.5px at 70% 50%, rgba(200,220,255,0.9), transparent),
        radial-gradient(1px 1px at 80% 50%, rgba(255,255,255,0.7), transparent),
        radial-gradient(2px 2px at 95% 70%, rgba(255,255,255,0.85), transparent);
    background-size: 100% 100%;
    opacity: 0.9;
    animation: twinkle-slow 6s ease-in-out infinite;
}

.star-layer-2 {
    background-image: 
        radial-gradient(1.5px 1.5px at 3% 15%, rgba(100,180,255,0.9), transparent),
        radial-gradient(1px 1px at 5% 30%, rgba(200,220,255,0.8), transparent),
        radial-gradient(1.5px 1.5px at 12% 40%, rgba(100,180,255,0.85), transparent),
        radial-gradient(1px 1px at 22% 50%, rgba(200,220,255,0.7), transparent),
        radial-gradient(2px 2px at 28% 35%, rgba(100,180,255,0.9), transparent),
        radial-gradient(2px 2px at 45% 35%, rgba(200,220,255,0.9), transparent),
        radial-gradient(1.5px 1.5px at 52% 45%, rgba(100,180,255,0.8), transparent),
        radial-gradient(1px 1px at 65% 55%, rgba(200,220,255,0.6), transparent),
        radial-gradient(1.5px 1.5px at 72% 40%, rgba(100,180,255,0.85), transparent),
        radial-gradient(1px 1px at 88% 40%, rgba(200,220,255,0.75), transparent),
        radial-gradient(2px 2px at 92% 55%, rgba(100,180,255,0.9), transparent),
        radial-gradient(2px 2px at 12% 75%, rgba(200,220,255,0.85), transparent),
        radial-gradient(1.5px 1.5px at 25% 82%, rgba(100,180,255,0.8), transparent),
        radial-gradient(1px 1px at 35% 85%, rgba(200,220,255,0.65), transparent),
        radial-gradient(1.5px 1.5px at 48% 78%, rgba(100,180,255,0.9), transparent),
        radial-gradient(1px 1px at 55% 90%, rgba(200,220,255,0.7), transparent),
        radial-gradient(2px 2px at 75% 80%, rgba(200,220,255,0.8), transparent),
        radial-gradient(1.5px 1.5px at 82% 88%, rgba(100,180,255,0.85), transparent),
        radial-gradient(1px 1px at 92% 95%, rgba(200,220,255,0.6), transparent);
    background-size: 100% 100%;
    opacity: 0.7;
    animation: twinkle-medium 5s ease-in-out infinite 0.5s;
}

@keyframes twinkle-slow {
    0%, 100% { opacity: 0.9; }
    50% { opacity: 0.5; }
}

@keyframes twinkle-medium {
    0%, 100% { opacity: 0.7; }
    50% { opacity: 0.35; }
}

/* SHOOTING STARS */
.shooting-stars {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.shooting-stars span {
    position: absolute;
    width: 2px;
    height: 120px;
    background: linear-gradient(transparent, rgba(0, 198, 255, 0.8), white);
    opacity: 0;
    animation: shoot 6s linear infinite;
    box-shadow: 0 0 6px rgba(0, 198, 255, 1), 0 0 12px rgba(0, 198, 255, 0.5);
}

.shooting-stars span:nth-child(1) { left: 15%; top: -120px; animation-delay: 0s; animation-duration: 5s; }
.shooting-stars span:nth-child(2) { left: 35%; top: -120px; animation-delay: 3.2s; animation-duration: 6s; }
.shooting-stars span:nth-child(3) { left: 55%; top: -120px; animation-delay: 1.5s; animation-duration: 5.5s; }
.shooting-stars span:nth-child(4) { left: 75%; top: -120px; animation-delay: 4.8s; animation-duration: 7s; }
.shooting-stars span:nth-child(5) { left: 90%; top: -120px; animation-delay: 2.1s; animation-duration: 5.8s; }

@keyframes shoot {
    0% {
        transform: translate(0, 0) rotate(45deg);
        opacity: 0;
    }
    5% { opacity: 1; }
    100% {
        transform: translate(-600px, 600px) rotate(45deg);
        opacity: 0;
    }
}

@keyframes pulse-glow {
    0%, 100% { box-shadow: 0 0 20px var(--glow-cyan); }
    50% { box-shadow: 0 0 40px var(--glow-cyan), 0 0 60px var(--glow-cyan); }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* VIDEO SECTION GLOW */
@keyframes video-glow {
    0%, 100% {
        box-shadow: 0 0 30px rgba(0, 198, 255, 0.3), 0 0 60px rgba(46, 111, 255, 0.2);
    }
    50% {
        box-shadow: 0 0 50px rgba(0, 198, 255, 0.5), 0 0 100px rgba(46, 111, 255, 0.3);
    }
}

/* SIDEBAR */
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: var(--sidebar-width);
    height: 100vh;
    background: linear-gradient(180deg, rgba(2, 6, 23, 0.95), rgba(0, 0, 0, 0.98));
    border-right: 1px solid var(--border-color);
    z-index: 100;
    overflow-y: auto;
    backdrop-filter: blur(20px);
    transition: transform 0.3s ease;
}

.sidebar::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, transparent, var(--glow-cyan), transparent);
    opacity: 0.5;
}

.sidebar-header {
    padding: 24px;
    border-bottom: 1px solid var(--border-color);
    position: relative;
}

.sidebar-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--glow-cyan), transparent);
}

.sidebar-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--text-primary);
}

.sidebar-logo img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 198, 255, 0.3);
    transition: box-shadow 0.3s ease;
}

.sidebar-logo:hover img {
    box-shadow: 0 0 25px rgba(0, 198, 255, 0.5);
}

.sidebar-logo span {
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(90deg, var(--accent-blue), var(--accent-cyan));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sidebar-nav {
    padding: 16px 0;
}

.nav-section {
    padding: 8px 16px;
}

.nav-section-title {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-muted);
    padding: 12px 8px 8px;
}

.nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    margin: 2px 0;
    border-radius: 8px;
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease;
    border-left: 2px solid transparent;
}

.nav-item svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.nav-item:hover {
    background: rgba(0, 198, 255, 0.1);
    color: var(--text-primary);
}

/* ACTIVE NAV ITEM - Simple Blue Highlight */
.nav-item.active {
    background: rgba(46, 111, 255, 0.2);
    color: var(--accent-blue);
    border-left: 2px solid var(--accent-blue);
}

.nav-item.active svg {
    color: var(--accent-blue);
}

.nav-item-special {
    color: var(--accent-aqua) !important;
}

.nav-item-special:hover {
    color: var(--accent-aqua) !important;
    background: rgba(45, 212, 191, 0.1);
}

.nav-item-special svg {
    color: var(--accent-aqua);
}

.nav-item-special.active {
    background: rgba(45, 212, 191, 0.2);
    color: var(--accent-aqua) !important;
    border-left-color: var(--accent-aqua);
}

/* HEADER */
.header {
    position: fixed;
    top: 0;
    left: var(--sidebar-width);
    right: 0;
    height: var(--header-height);
    background: rgba(0, 0, 20, 0.8);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
    z-index: 99;
}

.header-glow {
    position: absolute;
    bottom: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--glow-cyan), transparent);
}

.menu-btn {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.menu-btn span {
    width: 24px;
    height: 2px;
    background: linear-gradient(90deg, var(--accent-cyan), var(--accent-blue));
    border-radius: 2px;
    transition: all 0.3s ease;
}

.menu-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* SEARCH */
.search-container {
    position: relative;
    flex: 1;
    max-width: 400px;
}

.search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
}

.search-input {
    width: 100%;
    padding: 10px 80px 10px 42px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    color: var(--text-primary);
    font-size: 14px;
    outline: none;
    transition: all 0.2s ease;
}

.search-input::placeholder {
    color: var(--text-muted);
}

.search-input:focus {
    border-color: var(--accent-cyan);
    box-shadow: 0 0 15px rgba(0, 198, 255, 0.2);
}

.search-kbd {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    padding: 2px 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid var(--border-color);
    border-radius: 4px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: var(--text-muted);
}

/* SEARCH RESULTS */
.search-results {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: rgba(10, 15, 30, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 200;
}

.search-results.open {
    display: block;
}

.search-result-item {
    display: block;
    padding: 12px 16px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: background 0.2s ease;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-item:hover {
    background: rgba(0, 198, 255, 0.1);
}

.search-result-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.search-result-title {
    color: var(--text-primary);
    font-size: 14px;
    font-weight: 500;
}

.search-result-category {
    font-size: 10px;
    padding: 2px 6px;
    background: rgba(0, 198, 255, 0.2);
    color: var(--accent-cyan);
    border-radius: 4px;
}

.search-result-desc {
    color: var(--text-muted);
    font-size: 12px;
}

.search-no-results {
    padding: 16px;
    text-align: center;
    color: var(--text-muted);
    font-size: 14px;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn-ghost {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: none;
    border: none;
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease;
    border-radius: 8px;
}

.btn-ghost:hover {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.05);
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));
    border: none;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-primary:hover {
    box-shadow: 0 0 25px rgba(0, 198, 255, 0.5);
    transform: translateY(-2px);
}

.btn-primary.btn-lg {
    padding: 14px 28px;
    font-size: 16px;
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    color: var(--text-primary);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(0, 198, 255, 0.5);
}

/* SIDEBAR OVERLAY (Mobile) */
.sidebar-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.sidebar-overlay.open {
    opacity: 1;
    visibility: visible;
}

/* MAIN CONTENT */
.main-content {
    margin-left: var(--sidebar-width);
    padding-top: var(--header-height);
    min-height: 100vh;
    position: relative;
    z-index: 2;
}

.content-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 48px 32px 100px;
}

/* DOCUMENTATION SECTIONS */
.doc-section {
    margin-bottom: 80px;
    scroll-margin-top: calc(var(--header-height) + 24px);
}

.doc-section h1 {
    font-family: 'Sora', sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
    background: linear-gradient(135deg, var(--text-primary), var(--accent-cyan));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.doc-section h2 {
    font-family: 'Sora', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin: 32px 0 16px;
    color: var(--text-primary);
}

.doc-section h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 24px 0 12px;
    color: var(--text-primary);
}

.glow-line {
    height: 1px;
    background: linear-gradient(90deg, var(--glow-cyan), transparent);
    margin-bottom: 24px;
}

.lead {
    font-size: 18px;
    color: var(--text-secondary);
    margin-bottom: 24px;
    line-height: 1.7;
}

.doc-section p {
    color: var(--text-secondary);
    margin-bottom: 16px;
}

.doc-section ul {
    margin: 16px 0;
    padding-left: 24px;
}

.doc-section li {
    color: var(--text-secondary);
    margin-bottom: 8px;
}

.doc-section li strong {
    color: var(--accent-cyan);
}

.doc-section code {
    font-family: 'JetBrains Mono', monospace;
    background: rgba(0, 198, 255, 0.1);
    padding: 2px 6px;
    border-radius: 4px;
    color: var(--accent-cyan);
    font-size: 13px;
}

/* TAGS */
.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 24px 0;
}

.tag {
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    border: 1px solid;
}

.tag-primary {
    background: rgba(0, 198, 255, 0.1);
    border-color: rgba(0, 198, 255, 0.3);
    color: var(--accent-cyan);
}

.tag-secondary {
    background: rgba(46, 111, 255, 0.1);
    border-color: rgba(46, 111, 255, 0.3);
    color: var(--accent-blue);
}

.tag-aqua {
    background: rgba(45, 212, 191, 0.1);
    border-color: rgba(45, 212, 191, 0.3);
    color: var(--accent-aqua);
}

.tag-purple {
    background: rgba(139, 92, 246, 0.1);
    border-color: rgba(139, 92, 246, 0.3);
    color: var(--accent-purple);
}

/* INFO CARD */
.info-card {
    display: flex;
    gap: 16px;
    padding: 20px;
    background: rgba(0, 198, 255, 0.1);
    border: 1px solid rgba(0, 198, 255, 0.3);
    border-radius: 12px;
    margin: 24px 0;
}

.info-card-icon {
    font-size: 24px;
    flex-shrink: 0;
}

.info-card-content strong {
    display: block;
    color: var(--accent-cyan);
    margin-bottom: 4px;
}

.info-card-content p {
    margin: 0;
    font-size: 14px;
}

/* WARNING CARD */
.warning-card {
    display: flex;
    gap: 16px;
    padding: 20px;
    background: rgba(251, 191, 36, 0.1);
    border: 1px solid rgba(251, 191, 36, 0.3);
    border-radius: 12px;
    margin: 24px 0;
}

.warning-card-icon {
    font-size: 24px;
    flex-shrink: 0;
}

.warning-card-content strong {
    display: block;
    color: var(--accent-warning);
    margin-bottom: 4px;
}

.warning-card-content p {
    margin: 0;
    font-size: 14px;
}

/* FEATURE GRID */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 24px 0;
}

.feature-card {
    padding: 24px;
    background: rgba(10, 15, 30, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.feature-card:hover {
    border-color: rgba(0, 198, 255, 0.5);
    box-shadow: 0 0 30px rgba(0, 198, 255, 0.15);
}

.feature-icon {
    width: 48px;
    height: 48px;
    background: rgba(0, 198, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: var(--accent-cyan);
}

.feature-card:hover .feature-icon {
    animation: pulse-glow 2s ease-in-out infinite;
}

.feature-card h3 {
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text-primary);
}

.feature-card p {
    font-size: 14px;
    color: var(--text-muted);
    margin: 0;
}

/* QUICK START BOX */
.quick-start-box {
    position: relative;
    background: rgba(10, 15, 30, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 198, 255, 0.2);
    border-radius: 20px;
    padding: 32px;
    margin: 40px 0;
}

.quick-start-box::before {
    content: '';
    position: absolute;
    inset: -1px;
    background: linear-gradient(135deg, rgba(0, 198, 255, 0.1), rgba(46, 111, 255, 0.1), rgba(0, 198, 255, 0.1));
    border-radius: 20px;
    z-index: -1;
    filter: blur(20px);
}

.quick-start-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.quick-start-header h2 {
    margin: 0;
}

.sparkle-icon {
    color: var(--accent-cyan);
    animation: float 3s ease-in-out infinite;
}

.steps-list {
    margin: 24px 0;
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
}

.step-number {
    width: 32px;
    height: 32px;
    background: rgba(0, 198, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-cyan);
    font-weight: 700;
    flex-shrink: 0;
}

.step-content h4 {
    font-family: 'Sora', sans-serif;
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: 4px;
}

.step-content p {
    font-size: 14px;
    color: var(--text-muted);
    margin: 0;
}

.quick-start-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 32px;
}

/* STATS GRID */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 24px 0;
}

.stat-card {
    text-align: center;
    padding: 24px;
    background: rgba(10, 15, 30, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-color);
    border-radius: 16px;
}

.stat-value {
    font-family: 'Sora', sans-serif;
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 4px;
}

.stat-label {
    font-size: 14px;
    color: var(--text-muted);
}

/* SECURITY BOX */
.security-box {
    background: rgba(10, 15, 30, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    overflow: hidden;
    margin: 24px 0;
}

.security-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    border-bottom: 1px solid var(--border-color);
    color: var(--accent-cyan);
    font-weight: 500;
}

.security-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.security-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: var(--text-muted);
}

.security-list li:last-child {
    border-bottom: none;
}

.status-active {
    font-size: 14px;
    font-weight: 500;
    color: var(--accent-aqua);
}

/* CODE BLOCK */
.code-block {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    overflow: hidden;
    margin: 16px 0;
}

.code-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid var(--border-color);
}

.code-header span {
    font-size: 12px;
    color: var(--text-muted);
    font-weight: 500;
}

.copy-btn {
    padding: 4px 12px;
    background: rgba(0, 198, 255, 0.2);
    border: 1px solid rgba(0, 198, 255, 0.3);
    border-radius: 6px;
    color: var(--accent-cyan);
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.copy-btn:hover {
    background: rgba(0, 198, 255, 0.3);
    box-shadow: 0 0 10px rgba(0, 198, 255, 0.3);
}

.code-block pre {
    padding: 16px;
    overflow-x: auto;
    margin: 0;
}

.code-block code {
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    color: var(--accent-cyan);
    line-height: 1.6;
    background: none;
    padding: 0;
}

/* VIDEO SECTION */
.video-section {
    margin: 48px 0;
}

.video-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.video-header h2 {
    margin: 0;
}

.video-description {
    color: var(--text-muted);
    margin-bottom: 24px;
}

.video-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    animation: video-glow 4s ease-in-out infinite;
    background: linear-gradient(135deg, var(--bg-secondary), var(--bg-primary));
    border: 1px solid rgba(0, 198, 255, 0.3);
}

.video-container::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg, rgba(0, 198, 255, 0.3), rgba(46, 111, 255, 0.3), rgba(139, 92, 246, 0.3));
    border-radius: 22px;
    z-index: -1;
    filter: blur(10px);
}

.video-container iframe,
.video-container video {
    width: 100%;
    aspect-ratio: 16/9;
    display: block;
    border: none;
    border-radius: 18px;
}

.video-placeholder {
    aspect-ratio: 16/9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background: linear-gradient(135deg, rgba(10, 15, 30, 0.8), rgba(0, 0, 28, 0.9));
    backdrop-filter: blur(20px);
    position: relative;
    cursor: pointer;
    transition: background 0.3s ease;
}

.video-placeholder:hover {
    background: linear-gradient(135deg, rgba(0, 198, 255, 0.05), rgba(10, 15, 30, 0.9));
}

.video-placeholder-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 198, 255, 0.2), rgba(46, 111, 255, 0.2));
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 198, 255, 0.3);
    transition: all 0.3s ease;
}

.video-placeholder:hover .video-placeholder-icon {
    transform: scale(1.1);
    border-color: rgba(0, 198, 255, 0.5);
}

.video-placeholder-icon svg {
    color: var(--accent-cyan);
    filter: drop-shadow(0 0 20px rgba(0, 198, 255, 0.5));
    margin-left: 4px;
}

.video-placeholder-text {
    text-align: center;
}

.video-placeholder-title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: 4px;
}

.video-placeholder-subtitle {
    display: block;
    font-size: 14px;
    color: var(--text-muted);
}

.video-placeholder-decorations {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.decoration-dot {
    position: absolute;
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
}

.dot-1 {
    top: 16px;
    left: 16px;
    width: 8px;
    height: 8px;
    background: rgba(0, 198, 255, 0.5);
}

.dot-2 {
    top: 32px;
    right: 32px;
    width: 6px;
    height: 6px;
    background: rgba(46, 111, 255, 0.5);
    animation-delay: 0.5s;
}

.dot-3 {
    bottom: 24px;
    left: 32px;
    width: 4px;
    height: 4px;
    background: rgba(45, 212, 191, 0.5);
    animation-delay: 1s;
}

.dot-4 {
    bottom: 16px;
    right: 16px;
    width: 8px;
    height: 8px;
    background: rgba(0, 198, 255, 0.3);
    animation-delay: 0.3s;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
}

/* INVITE BOX (Getting Started Page) */
.invite-box {
    background: rgba(10, 15, 30, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 198, 255, 0.2);
    border-radius: 16px;
    padding: 24px;
    margin: 24px 0;
}

.invite-content {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.invite-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, rgba(0, 198, 255, 0.2), rgba(46, 111, 255, 0.2));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-cyan);
    flex-shrink: 0;
}

.invite-text {
    flex: 1;
    min-width: 200px;
}

.invite-text h3 {
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0 0 4px 0;
}

.invite-text p {
    font-size: 14px;
    color: var(--text-muted);
    margin: 0;
}

/* CONFIG GRID */
.config-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 24px 0;
}

.config-card {
    padding: 24px;
    background: rgba(10, 15, 30, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.config-card:hover {
    border-color: rgba(0, 198, 255, 0.5);
    transform: translateY(-2px);
}

.config-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.config-icon-blue {
    background: rgba(46, 111, 255, 0.2);
    color: var(--accent-blue);
}

.config-icon-purple {
    background: rgba(139, 92, 246, 0.2);
    color: var(--accent-purple);
}

.config-icon-aqua {
    background: rgba(45, 212, 191, 0.2);
    color: var(--accent-aqua);
}

.config-icon-cyan {
    background: rgba(0, 198, 255, 0.2);
    color: var(--accent-cyan);
}

.config-card h3 {
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0 0 8px 0;
}

.config-card p {
    font-size: 14px;
    color: var(--text-muted);
    margin: 0 0 12px 0;
}

.config-card code {
    display: inline-block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    background: rgba(0, 198, 255, 0.1);
    padding: 4px 8px;
    border-radius: 4px;
    color: var(--accent-cyan);
}

/* NEXT STEPS GRID */
.next-steps-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 24px 0;
}

.next-step-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background: rgba(10, 15, 30, 0.6);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.next-step-card:hover {
    background: rgba(0, 198, 255, 0.1);
    border-color: rgba(0, 198, 255, 0.3);
    transform: translateX(4px);
}

.next-step-icon {
    width: 40px;
    height: 40px;
    background: rgba(0, 198, 255, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-cyan);
    flex-shrink: 0;
}

.next-step-content {
    flex: 1;
}

.next-step-content h4 {
    font-family: 'Sora', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0 0 2px 0;
}

.next-step-content p {
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
}

.next-step-arrow {
    color: var(--text-muted);
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.next-step-card:hover .next-step-arrow {
    transform: translateX(4px);
    color: var(--accent-cyan);
}

/* CTA SECTION */
.cta-section {
    text-align: center;
    padding: 40px 0;
}

.cta-section p {
    color: var(--text-muted);
    margin-bottom: 24px;
}

.cta-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

/* ============================
   META PLUS PAGE STYLES
   ============================ */

/* Plus Page Variables */
:root {
    --accent-plus-aqua: #00FFEB;
    --accent-plus-green: #1B8001;
    --glow-plus: rgba(0, 255, 235, 0.5);
}

/* Hero Section */
.plus-hero {
    text-align: center;
    padding: 60px 0 80px;
    position: relative;
}

.plus-hero::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 255, 235, 0.12) 0%, rgba(27, 128, 1, 0.06) 40%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.plus-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: linear-gradient(135deg, rgba(0, 255, 235, 0.2), rgba(27, 128, 1, 0.2));
    border: 1px solid rgba(0, 255, 235, 0.4);
    border-radius: 50px;
    color: var(--accent-plus-aqua);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
    text-shadow: 0 0 10px rgba(0, 255, 235, 0.5);
}

.plus-title {
    font-family: 'Sora', sans-serif;
    font-size: 56px;
    font-weight: 700;
    background: linear-gradient(135deg, #00FFEB, #00c6a0, #1B8001);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 0 30px rgba(0, 255, 235, 0.4));
}

.plus-subtitle {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin: 0 auto 50px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

/* Pricing Cards Container */
.pricing-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Base Pricing Card */
.pricing-card {
    background: rgba(10, 20, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 40px 32px;
    position: relative;
    transition: all 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-4px);
}

/* Free Plan Card */
.pricing-card.free {
    border-color: rgba(100, 180, 255, 0.3);
}

.pricing-card.free:hover {
    border-color: rgba(100, 180, 255, 0.5);
    box-shadow: 0 20px 60px rgba(100, 180, 255, 0.1);
}

/* Premium Plan Card */
.pricing-card.premium {
    background: linear-gradient(135deg, rgba(0, 255, 235, 0.08), rgba(27, 128, 1, 0.08), rgba(0, 200, 160, 0.05));
    border: 2px solid rgba(0, 255, 235, 0.4);
    box-shadow: 0 0 60px rgba(0, 255, 235, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.pricing-card.premium:hover {
    border-color: rgba(0, 255, 235, 0.6);
    box-shadow: 0 0 80px rgba(0, 255, 235, 0.25), 0 20px 60px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.pricing-card.premium::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 20%;
    right: 20%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 235, 0.8), transparent);
}

/* Popular Badge */
.popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 20px;
    background: linear-gradient(135deg, #00FFEB, #1B8001);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(0, 255, 235, 0.4);
}

/* Plan Name */
.plan-name {
    font-family: 'Sora', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

.pricing-card.free .plan-name {
    color: #9cc9ff;
}

.pricing-card.premium .plan-name {
    color: var(--accent-plus-aqua);
    text-shadow: 0 0 15px rgba(0, 255, 235, 0.4);
}

.plan-description {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 24px;
}

/* Price Display */
.price-display {
    margin-bottom: 32px;
    position: relative;
}

.price-tag {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.price-amount {
    font-family: 'Sora', sans-serif;
    font-size: 56px;
    font-weight: 700;
}

.pricing-card.free .price-amount {
    color: #9cc9ff;
}

.pricing-card.premium .price-amount {
    color: var(--accent-plus-aqua);
    text-shadow: 0 0 20px rgba(0, 255, 235, 0.5);
}

.price-period {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}

.price-note {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 8px;
}

/* SALE PRICING STYLES */
.sale-badge {
    display: inline-block;
    padding: 6px 14px;
    background: linear-gradient(135deg, #ff4757, #ff6b81);
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    box-shadow: 0 4px 15px rgba(255, 71, 87, 0.4);
    animation: pulse-sale 2s ease-in-out infinite;
}

@keyframes pulse-sale {
    0%, 100% { 
        box-shadow: 0 4px 15px rgba(255, 71, 87, 0.4);
        transform: scale(1);
    }
    50% { 
        box-shadow: 0 4px 25px rgba(255, 71, 87, 0.6);
        transform: scale(1.02);
    }
}

.price-original {
    font-family: 'Sora', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: line-through;
    margin-right: 12px;
    position: relative;
}

.price-original::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    background: rgba(255, 71, 87, 0.8);
    transform: rotate(-5deg);
}

/* Features List in Pricing Card */
.plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    text-align: left;
}

.plan-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.plan-features li:last-child {
    border-bottom: none;
}

.plan-features li svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.pricing-card.free .plan-features li svg {
    color: #9cc9ff;
}

.pricing-card.premium .plan-features li svg {
    color: var(--accent-plus-aqua);
    filter: drop-shadow(0 0 4px rgba(0, 255, 235, 0.5));
}

.feature-disabled {
    color: rgba(255, 255, 255, 0.35) !important;
}

.feature-disabled svg {
    color: rgba(255, 255, 255, 0.25) !important;
    filter: none !important;
}

/* Pricing Buttons */
.pricing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.pricing-btn.free-btn {
    background: rgba(100, 180, 255, 0.15);
    color: #9cc9ff;
    border: 1px solid rgba(100, 180, 255, 0.3);
}

.pricing-btn.free-btn:hover {
    background: rgba(100, 180, 255, 0.25);
    box-shadow: 0 0 20px rgba(100, 180, 255, 0.3);
}

.pricing-btn.premium-btn {
    background: linear-gradient(135deg, rgba(0, 255, 235, 0.7), rgba(27, 128, 1, 0.7));
    color: white;
    border: 2px solid rgba(0, 255, 235, 0.5);
    box-shadow: 0 0 20px rgba(0, 255, 235, 0.3);
}

.pricing-btn.premium-btn:hover {
    background: linear-gradient(135deg, rgba(0, 255, 235, 0.9), rgba(27, 128, 1, 0.9));
    box-shadow: 0 0 40px rgba(0, 255, 235, 0.5);
    transform: translateY(-2px);
}

/* Buy Box (legacy single box - kept for compatibility) */
.buy-box {
    background: linear-gradient(135deg, rgba(0, 255, 235, 0.08), rgba(27, 128, 1, 0.08));
    border: 2px solid rgba(0, 255, 235, 0.3);
    border-radius: 24px;
    padding: 48px;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 60px rgba(0, 255, 235, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.buy-box:hover {
    border-color: rgba(0, 255, 235, 0.5);
    box-shadow: 0 0 80px rgba(0, 255, 235, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.buy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 18px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(0, 255, 235, 0.6), rgba(27, 128, 1, 0.6));
    color: white;
    text-decoration: none;
    border: 2px solid rgba(0, 255, 235, 0.5);
    transition: all 0.3s ease;
    cursor: pointer;
}

.buy-btn:hover {
    background: linear-gradient(135deg, rgba(0, 255, 235, 0.8), rgba(27, 128, 1, 0.8));
    box-shadow: 0 0 40px rgba(0, 255, 235, 0.5);
    transform: translateY(-2px);
}

.buy-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.buy-feature-tag {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: rgba(0, 255, 235, 0.1);
    border-radius: 20px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}

.buy-feature-tag svg {
    color: var(--accent-plus-aqua);
    width: 14px;
    height: 14px;
}

/* Comparison Section */
.comparison-section {
    padding: 80px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-title {
    font-family: 'Sora', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: white;
    margin-bottom: 16px;
}

.section-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
}

.comparison-table {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0;
    background: rgba(0, 10, 20, 0.6);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.comparison-table thead th {
    padding: 24px;
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.comparison-table thead th:first-child {
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
}

.comparison-table thead th.free-col {
    color: #9cc9ff;
}

.comparison-table thead th.plus-col {
    color: var(--accent-plus-aqua);
    text-shadow: 0 0 15px rgba(0, 255, 235, 0.5);
    background: linear-gradient(180deg, rgba(0, 255, 235, 0.1), transparent);
}

.comparison-table tbody td {
    padding: 18px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
}

.comparison-table tbody td:first-child {
    text-align: left;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.comparison-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

.check-icon {
    color: var(--accent-plus-aqua);
    filter: drop-shadow(0 0 6px rgba(0, 255, 235, 0.5));
}

.cross-icon {
    color: rgba(255, 255, 255, 0.3);
}

.limit-text {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.unlimited-text {
    color: var(--accent-plus-aqua);
    font-weight: 600;
    text-shadow: 0 0 10px rgba(0, 255, 235, 0.4);
}

/* Features Showcase Section */
.features-showcase {
    padding: 80px 0;
}

.features-showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.feature-showcase-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    background: linear-gradient(135deg, rgba(0, 255, 235, 0.03), rgba(0, 20, 30, 0.6));
    border: 1px solid rgba(0, 255, 235, 0.15);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.feature-showcase-card:hover {
    border-color: rgba(0, 255, 235, 0.35);
    background: linear-gradient(135deg, rgba(0, 255, 235, 0.06), rgba(0, 20, 30, 0.7));
    transform: translateY(-2px);
}

.feature-showcase-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, rgba(0, 255, 235, 0.2), rgba(27, 128, 1, 0.2));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-plus-aqua);
    flex-shrink: 0;
}

.feature-showcase-content h4 {
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: white;
    margin: 0 0 6px 0;
}

.feature-showcase-content p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    line-height: 1.5;
}

/* Perks Section */
.perks-section {
    padding: 80px 0;
}

.perks-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
}

.perk-card {
    background: linear-gradient(135deg, rgba(0, 255, 235, 0.05), rgba(0, 20, 30, 0.8));
    border: 1px solid rgba(0, 255, 235, 0.2);
    border-radius: 16px;
    padding: 32px;
    transition: all 0.3s ease;
}

.perk-card:hover {
    border-color: rgba(0, 255, 235, 0.4);
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 30px rgba(0, 255, 235, 0.1);
}

.perk-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, rgba(0, 255, 235, 0.2), rgba(27, 128, 1, 0.2));
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--accent-plus-aqua);
    box-shadow: 0 0 20px rgba(0, 255, 235, 0.2);
}

.perk-card h3 {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: white;
    margin-bottom: 12px;
}

.perk-card p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

/* Final CTA */
.final-cta {
    text-align: center;
    padding: 80px 0 100px;
    position: relative;
}

.final-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 400px;
    background: radial-gradient(ellipse, rgba(0, 255, 235, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.final-cta-title {
    font-family: 'Sora', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.final-cta-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

/* Big CTA Button - same size as guarantee */
.cta-box {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.cta-buy-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 20px 40px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(0, 255, 235, 0.7), rgba(27, 128, 1, 0.7));
    color: white;
    text-decoration: none;
    border: 2px solid rgba(0, 255, 235, 0.5);
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 0 30px rgba(0, 255, 235, 0.3);
}

.cta-buy-btn:hover {
    background: linear-gradient(135deg, rgba(0, 255, 235, 0.9), rgba(27, 128, 1, 0.9));
    box-shadow: 0 0 50px rgba(0, 255, 235, 0.5);
    transform: translateY(-3px);
}

.guarantee-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px 24px;
    background: rgba(0, 255, 235, 0.08);
    border: 1px solid rgba(0, 255, 235, 0.25);
    border-radius: 12px;
    color: var(--accent-plus-aqua);
    font-size: 14px;
    margin-top: 16px;
}

/* Active nav item for Meta Plus page */
.nav-item-special.active {
    background: rgba(0, 255, 235, 0.15) !important;
    border-left-color: var(--accent-plus-aqua) !important;
    box-shadow: inset 0 0 25px rgba(0, 255, 235, 0.1);
}

/* ============================
   RESPONSIVE STYLES
   ============================ */

@media (max-width: 1024px) {
    .sidebar {
        transform: translateX(-100%);
    }

    .sidebar.open {
        transform: translateX(0);
    }

    .header {
        left: 0;
    }

    .menu-btn {
        display: flex;
    }

    .main-content {
        margin-left: 0;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-grid,
    .config-grid {
        grid-template-columns: 1fr;
    }

    .pricing-cards {
        grid-template-columns: 1fr;
        max-width: 450px;
    }

    .features-showcase-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .plus-title {
        font-size: 36px;
    }

    .plus-subtitle {
        font-size: 16px;
        padding: 0 20px;
    }

    .pricing-card {
        padding: 32px 24px;
    }

    .price-amount {
        font-size: 44px;
    }

    .comparison-table {
        font-size: 14px;
    }

    .comparison-table thead th,
    .comparison-table tbody td {
        padding: 14px 12px;
    }

    .section-title {
        font-size: 28px;
    }

    .final-cta-title {
        font-size: 28px;
    }

    .perks-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .content-container {
        padding: 24px 16px 80px;
    }

    .doc-section h1 {
        font-size: 28px;
    }

    .doc-section h2 {
        font-size: 20px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .stat-card {
        padding: 16px;
    }

    .stat-value {
        font-size: 22px;
    }

    .quick-start-box {
        padding: 24px;
    }

    .header-actions .btn-ghost {
        display: none;
    }

    .search-container {
        max-width: none;
    }

    .invite-content {
        flex-direction: column;
        text-align: center;
    }

    .invite-content .btn-primary {
        width: 100%;
        justify-content: center;
    }
}

/* ===========================
   COMMANDS PAGE STYLES
   =========================== */

/* Command Search Box */
.command-search-box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    background: rgba(10, 15, 30, 0.8);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    margin: 24px 0;
    transition: all 0.3s ease;
}

.command-search-box:focus-within {
    border-color: var(--accent-cyan);
    box-shadow: 0 0 20px rgba(0, 198, 255, 0.2);
}

.command-search-box svg {
    color: var(--text-muted);
    flex-shrink: 0;
}

.command-search-box input {
    flex: 1;
    background: none;
    border: none;
    outline: none;
    color: var(--text-primary);
    font-size: 15px;
}

.command-search-box input::placeholder {
    color: var(--text-muted);
}

/* Command Navigation */
.command-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 32px;
}

.command-nav-item {
    padding: 8px 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.command-nav-item:hover {
    background: rgba(0, 198, 255, 0.1);
    border-color: rgba(0, 198, 255, 0.3);
    color: var(--accent-cyan);
}

.command-nav-plus {
    background: linear-gradient(135deg, rgba(45, 212, 191, 0.1), rgba(16, 185, 129, 0.1));
    border-color: rgba(45, 212, 191, 0.3);
    color: var(--accent-aqua);
}

.command-nav-plus:hover {
    background: linear-gradient(135deg, rgba(45, 212, 191, 0.2), rgba(16, 185, 129, 0.2));
    border-color: rgba(45, 212, 191, 0.5);
    color: #34d399;
}

/* Command Category */
.command-category {
    margin-bottom: 48px;
}

.command-category-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border-color);
}

.command-category-icon {
    width: 48px;
    height: 48px;
    background: rgba(0, 198, 255, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-cyan);
}

.command-category-header h2 {
    margin: 0 !important;
    flex: 1;
}

/* Command List */
.command-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Individual Command Card */
.command-item {
    background: rgba(10, 15, 30, 0.7);
    backdrop-filter: blur(16px);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.command-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, var(--accent-cyan), var(--accent-blue));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.command-item:hover {
    border-color: rgba(0, 198, 255, 0.35);
    box-shadow: 0 8px 32px rgba(0, 198, 255, 0.08), 0 0 0 1px rgba(0, 198, 255, 0.05);
    transform: translateY(-2px);
}

.command-item:hover::before {
    opacity: 1;
}

/* Command Header (name + badge) */
.command-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.command-name {
    font-family: 'JetBrains Mono', monospace;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(135deg, rgba(0, 198, 255, 0.15), rgba(46, 111, 255, 0.15));
    padding: 6px 14px;
    border-radius: 8px;
    color: var(--accent-cyan);
    border: 1px solid rgba(0, 198, 255, 0.2);
    letter-spacing: 0.3px;
}

.command-badge {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 4px 12px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(46, 111, 255, 0.2), rgba(0, 198, 255, 0.2));
    color: var(--accent-cyan);
    border: 1px solid rgba(0, 198, 255, 0.25);
}

/* Command Description */
.command-desc {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 14px;
}

/* Command Usage */
.command-usage {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    padding: 10px 14px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.usage-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--text-muted);
    flex-shrink: 0;
}

.command-usage code {
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    color: var(--accent-cyan);
    background: none;
    padding: 0;
}

/* Command Parameters */
.command-params {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.param {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 8px;
    font-size: 13px;
    transition: background 0.2s ease;
}

.param:hover {
    background: rgba(255, 255, 255, 0.04);
}

.param code {
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    font-weight: 500;
    background: rgba(0, 198, 255, 0.1);
    padding: 3px 8px;
    border-radius: 4px;
    color: var(--accent-cyan);
    flex-shrink: 0;
    min-width: 80px;
}

.param-required {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 2px 8px;
    border-radius: 4px;
    background: rgba(255, 71, 87, 0.15);
    color: #ff6b81;
    border: 1px solid rgba(255, 71, 87, 0.25);
    flex-shrink: 0;
}

.param-optional {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 2px 8px;
    border-radius: 4px;
    background: rgba(45, 212, 191, 0.12);
    color: var(--accent-aqua);
    border: 1px solid rgba(45, 212, 191, 0.25);
    flex-shrink: 0;
}

.param span:last-child {
    color: var(--text-muted);
    font-size: 13px;
}

/* Responsive adjustments for command items */
@media (max-width: 640px) {
    .command-item {
        padding: 18px 16px;
    }

    .command-name {
        font-size: 14px;
        padding: 4px 10px;
    }

    .param {
        flex-wrap: wrap;
        gap: 6px;
    }

    .param code {
        min-width: auto;
    }

    .command-usage {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
}

        /* AMG Specific Styles */
        .amg-intro {
            background: rgba(10, 15, 30, 0.8);
            border: 1px solid rgba(0, 198, 255, 0.2);
            border-radius: 16px;
            padding: 24px;
            margin: 24px 0;
        }
        
        .amg-intro p {
            margin: 0;
            font-size: 16px;
            line-height: 1.7;
        }
        
        .meta-team-mention {
            color: #ff6b6b;
            font-weight: 500;
        }
        
        .wiki-link {
            color: var(--accent-cyan);
            text-decoration: none;
            border-bottom: 1px dotted var(--accent-cyan);
            transition: all 0.2s ease;
        }
        
        .wiki-link:hover {
            color: #fff;
            border-bottom-color: #fff;
        }
        
        /* Action Category Section */
        .action-category {
            margin: 40px 0;
        }
        
        .action-category-header {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 20px;
        }
        
        .action-category-header h3 {
            font-family: 'Sora', sans-serif;
            font-size: 20px;
            font-weight: 600;
            color: var(--text-primary);
            margin: 0;
        }
        
        .action-category-icon {
            width: 32px;
            height: 32px;
            background: rgba(0, 198, 255, 0.2);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--accent-cyan);
        }
        
        /* Action Items Grid */
        .action-items {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
        
        .action-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px 24px;
            background: rgba(10, 15, 30, 0.6);
            border: 1px solid var(--border-color);
            border-radius: 12px;
            transition: all 0.3s ease;
        }
        
        .action-item:hover {
            border-color: rgba(0, 198, 255, 0.3);
            background: rgba(10, 15, 30, 0.8);
        }
        
        .action-item-content {
            display: flex;
            align-items: flex-start;
            gap: 16px;
            flex: 1;
        }
        
        .action-item-indicator {
            width: 4px;
            height: 40px;
            background: rgba(251, 191, 36, 0.6);
            border-radius: 2px;
            flex-shrink: 0;
        }
        
        .action-item-text {
            flex: 1;
        }
        
        .action-item-text p {
            margin: 0;
            color: var(--text-secondary);
            font-size: 15px;
            line-height: 1.6;
        }
        
        .action-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 20px;
            background: linear-gradient(135deg, rgba(34, 197, 94, 0.8), rgba(22, 163, 74, 0.8));
            border-radius: 8px;
            color: white;
            font-size: 14px;
            font-weight: 600;
            flex-shrink: 0;
            box-shadow: 0 4px 15px rgba(34, 197, 94, 0.3);
            transition: all 0.3s ease;
        }
        
        .action-badge:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(34, 197, 94, 0.4);
        }
        
        .action-badge.premium {
            background: linear-gradient(135deg, rgba(255, 0, 0, 0.8), rgba(253, 0, 76, 0.8));
            box-shadow: 0 4px 15px rgba(0, 198, 255, 0.3);
        }
        
        .action-badge.premium:hover {
            box-shadow: 0 6px 20px rgba(255, 0, 0, 0.4);
        }
        
        .action-badge svg {
            width: 18px;
            height: 18px;
        }
        
        /* Module Detail Boxes */
        .module-details {
            margin: 48px 0;
        }
        
        .module-detail-card {
            background: rgba(10, 15, 30, 0.8);
            border: 1px solid var(--border-color);
            border-radius: 16px;
            padding: 28px;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }
        
        .module-detail-card:hover {
            border-color: rgba(0, 198, 255, 0.3);
        }
        
        .module-detail-header {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 16px;
        }
        
        .module-detail-icon {
            width: 48px;
            height: 48px;
            background: linear-gradient(135deg, rgba(34, 197, 94, 0.2), rgba(22, 163, 74, 0.2));
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #22c55e;
        }
        
        .module-detail-icon.cyan {
            background: linear-gradient(135deg, rgba(0, 198, 255, 0.2), rgba(46, 111, 255, 0.2));
            color: var(--accent-cyan);
        }
        
        .module-detail-title h4 {
            font-family: 'Sora', sans-serif;
            font-size: 18px;
            font-weight: 600;
            color: var(--text-primary);
            margin: 0 0 4px 0;
        }
        
        .module-detail-title span {
            font-size: 13px;
            color: var(--text-muted);
        }
        
        .module-detail-body p {
            color: var(--text-secondary);
            font-size: 15px;
            line-height: 1.7;
            margin: 0 0 16px 0;
        }
        
        .module-detail-body ul {
            margin: 0;
            padding-left: 20px;
        }
        
        .module-detail-body li {
            color: var(--text-secondary);
            font-size: 14px;
            margin-bottom: 8px;
        }
        
        .module-detail-body li strong {
            color: var(--accent-cyan);
        }
        
        /* How It Works Section */
        .how-it-works {
            background: linear-gradient(135deg, rgba(0, 198, 255, 0.05), rgba(46, 111, 255, 0.05));
            border: 1px solid rgba(0, 198, 255, 0.2);
            border-radius: 20px;
            padding: 32px;
            margin: 40px 0;
        }
        
        .how-it-works h3 {
            font-family: 'Sora', sans-serif;
            font-size: 22px;
            font-weight: 600;
            color: var(--text-primary);
            margin: 0 0 20px 0;
        }
        
        .how-it-works-steps {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }
        
        .how-step {
            text-align: center;
            padding: 20px;
        }
        
        .how-step-number {
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 700;
            font-size: 18px;
            margin: 0 auto 16px;
        }
        
        .how-step h4 {
            font-family: 'Sora', sans-serif;
            font-size: 16px;
            font-weight: 600;
            color: var(--text-primary);
            margin: 0 0 8px 0;
        }
        
        .how-step p {
            font-size: 14px;
            color: var(--text-muted);
            margin: 0;
            line-height: 1.6;
        }
        
        /* Continue Button */
        .continue-section {
            text-align: center;
            padding: 40px 0;
            margin-top: 40px;
            border-top: 1px solid var(--border-color);
        }
        
        .continue-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 16px 40px;
            background: linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));
            border: none;
            border-radius: 12px;
            color: white;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            cursor: pointer;
        }
        
        .continue-btn:hover {
            box-shadow: 0 0 30px rgba(0, 198, 255, 0.5);
            transform: translateY(-3px);
        }
        
        .continue-btn svg {
            transition: transform 0.3s ease;
        }
        
        .continue-btn:hover svg {
            transform: translateX(4px);
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .action-item {
                flex-direction: column;
                align-items: flex-start;
                gap: 16px;
            }
            
            .action-badge {
                align-self: flex-end;
            }
            
            .how-it-works-steps {
                grid-template-columns: 1fr;
            }
        }

                /* Anti Alt Specific Styles */
        .alt-intro {
            background: rgba(10, 15, 30, 0.8);
            border: 1px solid rgba(0, 198, 255, 0.2);
            border-radius: 16px;
            padding: 24px;
            margin: 24px 0;
        }
        
        .alt-intro p {
            margin: 0;
            font-size: 16px;
            line-height: 1.7;
        }

        .wiki-link {
            color: var(--accent-cyan);
            text-decoration: none;
            border-bottom: 1px dotted var(--accent-cyan);
            transition: all 0.2s ease;
        }
        
        .wiki-link:hover {
            color: #fff;
            border-bottom-color: #fff;
        }

        /* Stats Banner */
        .stats-banner {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin: 32px 0;
        }

        .stat-card {
            background: rgba(10, 15, 30, 0.8);
            border: 1px solid var(--border-color);
            border-radius: 16px;
            padding: 24px;
            text-align: center;
            transition: all 0.3s ease;
        }

        .stat-card:hover {
            border-color: rgba(0, 198, 255, 0.3);
            transform: translateY(-3px);
        }

        .stat-number {
            font-family: 'Sora', sans-serif;
            font-size: 36px;
            font-weight: 700;
            background: linear-gradient(135deg, var(--accent-cyan), var(--accent-blue));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .stat-label {
            font-size: 14px;
            color: var(--text-muted);
            margin-top: 8px;
        }

        /* Rule Cards */
        .rule-cards {
            display: flex;
            flex-direction: column;
            gap: 16px;
            margin: 24px 0;
        }

        .rule-card {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            padding: 24px;
            background: rgba(10, 15, 30, 0.6);
            border: 1px solid var(--border-color);
            border-radius: 12px;
            transition: all 0.3s ease;
        }

        .rule-card:hover {
            border-color: rgba(0, 198, 255, 0.3);
            background: rgba(10, 15, 30, 0.8);
        }

        .rule-icon {
            width: 48px;
            height: 48px;
            background: linear-gradient(135deg, rgba(251, 191, 36, 0.2), rgba(245, 158, 11, 0.2));
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--accent-warning);
            flex-shrink: 0;
        }

        .rule-icon.red {
            background: linear-gradient(135deg, rgba(239, 68, 68, 0.2), rgba(220, 38, 38, 0.2));
            color: #f87171;
        }

        .rule-content h4 {
            font-family: 'Sora', sans-serif;
            font-size: 18px;
            font-weight: 600;
            color: var(--text-primary);
            margin: 0 0 8px 0;
        }

        .rule-content p {
            color: var(--text-secondary);
            font-size: 15px;
            line-height: 1.7;
            margin: 0;
        }

        /* Config Section */
        .config-box {
            background: rgba(10, 15, 30, 0.8);
            border: 1px solid var(--border-color);
            border-radius: 16px;
            padding: 28px;
            margin: 24px 0;
            transition: all 0.3s ease;
        }

        .config-box:hover {
            border-color: rgba(0, 198, 255, 0.3);
        }

        .config-header {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 16px;
        }

        .config-icon {
            width: 48px;
            height: 48px;
            background: linear-gradient(135deg, rgba(0, 198, 255, 0.2), rgba(46, 111, 255, 0.2));
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--accent-cyan);
        }

        .config-title h4 {
            font-family: 'Sora', sans-serif;
            font-size: 18px;
            font-weight: 600;
            color: var(--text-primary);
            margin: 0 0 4px 0;
        }

        .config-title span {
            font-size: 13px;
            color: var(--text-muted);
        }

        .config-body p {
            color: var(--text-secondary);
            font-size: 15px;
            line-height: 1.7;
            margin: 0 0 16px 0;
        }

        .config-body ul {
            margin: 0;
            padding-left: 20px;
        }

        .config-body li {
            color: var(--text-secondary);
            font-size: 14px;
            margin-bottom: 8px;
        }

        .config-body li strong {
            color: var(--accent-cyan);
        }

        .config-example {
            background: rgba(0, 0, 0, 0.4);
            border: 1px solid rgba(0, 198, 255, 0.15);
            border-radius: 10px;
            padding: 16px 20px;
            margin-top: 16px;
            font-family: 'JetBrains Mono', monospace;
            font-size: 14px;
            color: var(--accent-cyan);
        }

        .config-example .example-label {
            font-family: 'Inter', sans-serif;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--text-muted);
            margin-bottom: 8px;
            display: block;
        }

        /* Premium Feature Card */
        .premium-card {
            background: linear-gradient(135deg, rgba(0, 198, 255, 0.08), rgba(46, 111, 255, 0.08));
            border: 1px solid rgba(0, 198, 255, 0.25);
            border-radius: 16px;
            padding: 28px;
            margin: 32px 0;
            position: relative;
            overflow: hidden;
        }

        .premium-card::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 200px;
            height: 200px;
            background: radial-gradient(circle, rgba(0, 198, 255, 0.1), transparent 70%);
            pointer-events: none;
        }

        .premium-badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 6px 14px;
            background: linear-gradient(135deg, rgba(0, 198, 255, 0.8), rgba(46, 111, 255, 0.8));
            border-radius: 20px;
            color: white;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 16px;
        }

        .premium-card h3 {
            font-family: 'Sora', sans-serif;
            font-size: 22px;
            font-weight: 600;
            color: var(--text-primary);
            margin: 0 0 12px 0;
        }

        .premium-card p {
            color: var(--text-secondary);
            font-size: 15px;
            line-height: 1.7;
            margin: 0 0 16px 0;
        }

        .premium-card ul {
            margin: 0;
            padding-left: 20px;
        }

        .premium-card li {
            color: var(--text-secondary);
            font-size: 14px;
            margin-bottom: 8px;
        }

        .premium-card li strong {
            color: var(--accent-cyan);
        }

        /* How It Works Section */
        .how-it-works {
            background: linear-gradient(135deg, rgba(0, 198, 255, 0.05), rgba(46, 111, 255, 0.05));
            border: 1px solid rgba(0, 198, 255, 0.2);
            border-radius: 20px;
            padding: 32px;
            margin: 40px 0;
        }
        
        .how-it-works h3 {
            font-family: 'Sora', sans-serif;
            font-size: 22px;
            font-weight: 600;
            color: var(--text-primary);
            margin: 0 0 20px 0;
        }
        
        .how-it-works-steps {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }
        
        .how-step {
            text-align: center;
            padding: 20px;
        }
        
        .how-step-number {
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 700;
            font-size: 18px;
            margin: 0 auto 16px;
        }
        
        .how-step h4 {
            font-family: 'Sora', sans-serif;
            font-size: 16px;
            font-weight: 600;
            color: var(--text-primary);
            margin: 0 0 8px 0;
        }
        
        .how-step p {
            font-size: 14px;
            color: var(--text-muted);
            margin: 0;
            line-height: 1.6;
        }

        /* Video Section */
        .video-section {
            margin: 48px 0;
        }

        .video-header {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 12px;
        }

        .video-header h2 {
            font-family: 'Sora', sans-serif;
            font-size: 24px;
            font-weight: 600;
            margin: 0;
        }

        .sparkle-icon {
            color: var(--accent-cyan);
            animation: float 3s ease-in-out infinite;
        }

        .video-description {
            color: var(--text-secondary);
            font-size: 15px;
            margin: 0 0 24px 0;
        }

        .video-container {
            border-radius: 16px;
            overflow: hidden;
            animation: video-glow 4s ease-in-out infinite;
        }

        .video-placeholder {
            background: linear-gradient(135deg, rgba(10, 15, 30, 0.9), rgba(0, 0, 20, 0.9));
            border: 1px solid rgba(0, 198, 255, 0.2);
            border-radius: 16px;
            padding: 60px 40px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            position: relative;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .video-placeholder:hover {
            border-color: rgba(0, 198, 255, 0.5);
        }

        .video-placeholder-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            margin-bottom: 20px;
            transition: transform 0.3s ease;
        }

        .video-placeholder:hover .video-placeholder-icon {
            transform: scale(1.1);
        }

        .video-placeholder-text {
            text-align: center;
        }

        .video-placeholder-title {
            display: block;
            font-family: 'Sora', sans-serif;
            font-size: 18px;
            font-weight: 600;
            color: var(--text-primary);
            margin-bottom: 4px;
        }

        .video-placeholder-subtitle {
            display: block;
            font-size: 14px;
            color: var(--text-muted);
        }

        .video-placeholder-decorations {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .decoration-dot {
            position: absolute;
            width: 6px;
            height: 6px;
            background: var(--accent-cyan);
            border-radius: 50%;
            opacity: 0.4;
        }

        .dot-1 { top: 20%; left: 15%; }
        .dot-2 { top: 30%; right: 20%; }
        .dot-3 { bottom: 25%; left: 25%; }
        .dot-4 { bottom: 20%; right: 15%; }

        /* Continue Button */
        .continue-section {
            text-align: center;
            padding: 40px 0;
            margin-top: 40px;
            border-top: 1px solid var(--border-color);
        }
        
        .continue-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 16px 40px;
            background: linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));
            border: none;
            border-radius: 12px;
            color: white;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            cursor: pointer;
        }
        
        .continue-btn:hover {
            box-shadow: 0 0 30px rgba(0, 198, 255, 0.5);
            transform: translateY(-3px);
        }
        
        .continue-btn svg {
            transition: transform 0.3s ease;
        }
        
        .continue-btn:hover svg {
            transform: translateX(4px);
        }

        /* Responsive */
        @media (max-width: 768px) {
            .stats-banner {
                grid-template-columns: 1fr;
            }
            
            .rule-card {
                flex-direction: column;
            }

            .how-it-works-steps {
                grid-template-columns: 1fr;
            }
        }

               /* Malicious App Specific Styles */
        .mbps-intro {
            background: rgba(10, 15, 30, 0.8);
            border: 1px solid rgba(239, 68, 68, 0.2);
            border-radius: 16px;
            padding: 24px;
            margin: 24px 0;
        }
        .mbps-intro p {
            margin: 0;
            font-size: 16px;
            line-height: 1.7;
        }

        /* Module Cards */
        .module-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin: 32px 0;
        }

        .module-card {
            background: rgba(10, 15, 30, 0.8);
            border: 1px solid var(--border-color);
            border-radius: 16px;
            padding: 28px;
            text-align: center;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .module-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, transparent, var(--accent-cyan), transparent);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .module-card:hover {
            border-color: rgba(0, 198, 255, 0.3);
            transform: translateY(-4px);
        }

        .module-card:hover::before {
            opacity: 1;
        }

        .module-icon {
            width: 56px;
            height: 56px;
            background: linear-gradient(135deg, rgba(0, 198, 255, 0.15), rgba(46, 111, 255, 0.15));
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--accent-cyan);
            margin: 0 auto 16px;
        }

        .module-icon.red {
            background: linear-gradient(135deg, rgba(239, 68, 68, 0.15), rgba(220, 38, 38, 0.15));
            color: #f87171;
        }

        .module-icon.amber {
            background: linear-gradient(135deg, rgba(251, 191, 36, 0.15), rgba(245, 158, 11, 0.15));
            color: #fbbf24;
        }

        .module-card h3 {
            font-family: 'Sora', sans-serif;
            font-size: 18px;
            font-weight: 600;
            color: var(--text-primary);
            margin: 0 0 10px 0;
        }

        .module-card p {
            color: var(--text-secondary);
            font-size: 14px;
            line-height: 1.6;
            margin: 0;
        }

        .module-badge {
            display: inline-block;
            padding: 4px 12px;
            background: rgba(0, 198, 255, 0.15);
            border: 1px solid rgba(0, 198, 255, 0.3);
            border-radius: 20px;
            font-size: 11px;
            font-weight: 600;
            color: var(--accent-cyan);
            margin-bottom: 16px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        /* Detail Sections */
        .detail-section {
            background: rgba(10, 15, 30, 0.6);
            border: 1px solid var(--border-color);
            border-radius: 16px;
            padding: 28px;
            margin: 24px 0;
            transition: all 0.3s ease;
        }

        .detail-section:hover {
            border-color: rgba(0, 198, 255, 0.25);
        }

        .detail-header {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 16px;
        }

        .detail-icon {
            width: 48px;
            height: 48px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .detail-icon.scan {
            background: linear-gradient(135deg, rgba(0, 198, 255, 0.2), rgba(46, 111, 255, 0.2));
            color: var(--accent-cyan);
        }

        .detail-icon.admin {
            background: linear-gradient(135deg, rgba(239, 68, 68, 0.2), rgba(220, 38, 38, 0.2));
            color: #f87171;
        }

        .detail-icon.notify {
            background: linear-gradient(135deg, rgba(251, 191, 36, 0.2), rgba(245, 158, 11, 0.2));
            color: #fbbf24;
        }

        .detail-title h3 {
            font-family: 'Sora', sans-serif;
            font-size: 20px;
            font-weight: 600;
            color: var(--text-primary);
            margin: 0 0 4px 0;
        }

        .detail-title span {
            font-size: 13px;
            color: var(--text-muted);
        }

        .detail-body p {
            color: var(--text-secondary);
            font-size: 15px;
            line-height: 1.7;
            margin: 0 0 16px 0;
        }

        .detail-body ul {
            margin: 0;
            padding-left: 20px;
        }

        .detail-body li {
            color: var(--text-secondary);
            font-size: 14px;
            margin-bottom: 8px;
        }

        .detail-body li strong {
            color: var(--accent-cyan);
        }

        /* Trigger Flow */
        .trigger-flow {
            display: flex;
            align-items: center;
            gap: 12px;
            margin: 20px 0;
            flex-wrap: wrap;
        }

        .trigger-step {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 10px 18px;
            background: rgba(0, 0, 0, 0.4);
            border: 1px solid rgba(0, 198, 255, 0.15);
            border-radius: 10px;
            font-size: 13px;
            color: var(--text-secondary);
        }

        .trigger-step .step-num {
            width: 22px;
            height: 22px;
            background: linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 11px;
            font-weight: 700;
            flex-shrink: 0;
        }

        .trigger-arrow {
            color: var(--accent-cyan);
            font-size: 18px;
            opacity: 0.5;
        }

        /* Privacy Notice */
        .privacy-notice {
            background: linear-gradient(135deg, rgba(139, 92, 246, 0.08), rgba(99, 102, 241, 0.08));
            border: 1px solid rgba(139, 92, 246, 0.25);
            border-radius: 16px;
            padding: 24px;
            margin: 32px 0;
            display: flex;
            align-items: flex-start;
            gap: 16px;
        }

        .privacy-icon {
            width: 44px;
            height: 44px;
            background: linear-gradient(135deg, rgba(139, 92, 246, 0.2), rgba(99, 102, 241, 0.2));
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #a78bfa;
            flex-shrink: 0;
        }

        .privacy-content strong {
            color: #c4b5fd;
            display: block;
            margin-bottom: 6px;
        }

        .privacy-content p {
            color: var(--text-secondary);
            font-size: 14px;
            line-height: 1.7;
            margin: 0;
        }

        .privacy-content a {
            color: #a78bfa;
            text-decoration: none;
            border-bottom: 1px dotted #a78bfa;
            transition: all 0.2s ease;
        }

        .privacy-content a:hover {
            color: #fff;
            border-bottom-color: #fff;
        }

        /* How It Works */
        .how-it-works {
            background: linear-gradient(135deg, rgba(0, 198, 255, 0.05), rgba(46, 111, 255, 0.05));
            border: 1px solid rgba(0, 198, 255, 0.2);
            border-radius: 20px;
            padding: 32px;
            margin: 40px 0;
        }

        .how-it-works h3 {
            font-family: 'Sora', sans-serif;
            font-size: 22px;
            font-weight: 600;
            color: var(--text-primary);
            margin: 0 0 20px 0;
        }

        .how-it-works-steps {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }

        .how-step {
            text-align: center;
            padding: 20px;
        }

        .how-step-number {
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 700;
            font-size: 18px;
            margin: 0 auto 16px;
        }

        .how-step h4 {
            font-family: 'Sora', sans-serif;
            font-size: 16px;
            font-weight: 600;
            color: var(--text-primary);
            margin: 0 0 8px 0;
        }

        .how-step p {
            font-size: 14px;
            color: var(--text-muted);
            margin: 0;
            line-height: 1.6;
        }

        /* Continue Section */
        .continue-section {
            text-align: center;
            padding: 40px 0;
            margin-top: 40px;
            border-top: 1px solid var(--border-color);
        }

        .continue-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 16px 40px;
            background: linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));
            border: none;
            border-radius: 12px;
            color: white;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .continue-btn:hover {
            box-shadow: 0 0 30px rgba(0, 198, 255, 0.5);
            transform: translateY(-3px);
        }

        .continue-btn svg {
            transition: transform 0.3s ease;
        }

        .continue-btn:hover svg {
            transform: translateX(4px);
        }

        /* Responsive */
        @media (max-width: 768px) {
            .module-grid {
                grid-template-columns: 1fr;
            }
            .how-it-works-steps {
                grid-template-columns: 1fr;
            }
            .trigger-flow {
                flex-direction: column;
                align-items: flex-start;
            }
            .trigger-arrow {
                transform: rotate(90deg);
                align-self: center;
            }
            .privacy-notice {
                flex-direction: column;
            }
        }

         /* AutoMod Specific Styles */
        .automod-intro {
            background: rgba(10, 15, 30, 0.8);
            border: 1px solid rgba(34, 197, 94, 0.2);
            border-radius: 16px;
            padding: 24px;
            margin: 24px 0;
        }
        .automod-intro p {
            margin: 0;
            font-size: 16px;
            line-height: 1.7;
        }

        /* Discord Integration Badge */
        .discord-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 8px 18px;
            background: linear-gradient(135deg, rgba(88, 101, 242, 0.15), rgba(87, 96, 234, 0.15));
            border: 1px solid rgba(88, 101, 242, 0.3);
            border-radius: 24px;
            color: #7c8aff;
            font-size: 13px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .discord-badge svg {
            width: 16px;
            height: 16px;
        }

        /* Filter Grid */
        .filter-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 16px;
            margin: 28px 0;
        }

        .filter-card {
            background: rgba(10, 15, 30, 0.8);
            border: 1px solid var(--border-color);
            border-radius: 14px;
            padding: 24px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .filter-card::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: linear-gradient(90deg, transparent, var(--filter-color, var(--accent-cyan)), transparent);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .filter-card:hover {
            border-color: rgba(0, 198, 255, 0.3);
            transform: translateY(-3px);
        }

        .filter-card:hover::after {
            opacity: 1;
        }

        .filter-header {
            display: flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 12px;
        }

        .filter-icon {
            width: 44px;
            height: 44px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .filter-icon.invite {
            background: linear-gradient(135deg, rgba(88, 101, 242, 0.2), rgba(87, 96, 234, 0.2));
            color: #7c8aff;
            --filter-color: #7c8aff;
        }

        .filter-icon.racism {
            background: linear-gradient(135deg, rgba(239, 68, 68, 0.2), rgba(220, 38, 38, 0.2));
            color: #f87171;
            --filter-color: #f87171;
        }

        .filter-icon.nsfw {
            background: linear-gradient(135deg, rgba(236, 72, 153, 0.2), rgba(219, 39, 119, 0.2));
            color: #f472b6;
            --filter-color: #f472b6;
        }

        .filter-icon.scam {
            background: linear-gradient(135deg, rgba(251, 191, 36, 0.2), rgba(245, 158, 11, 0.2));
            color: #fbbf24;
            --filter-color: #fbbf24;
        }

        .filter-icon.profile {
            background: linear-gradient(135deg, rgba(34, 197, 94, 0.2), rgba(22, 163, 74, 0.2));
            color: #4ade80;
            --filter-color: #4ade80;
        }

        .filter-card[style*="--filter-color"]::after {
            background: linear-gradient(90deg, transparent, var(--filter-color), transparent);
        }

        .filter-name {
            font-family: 'Sora', sans-serif;
            font-size: 16px;
            font-weight: 600;
            color: var(--text-primary);
        }

        .filter-status {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            font-size: 11px;
            color: #4ade80;
            font-weight: 500;
        }

        .filter-status-plus {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            font-size: 11px;
            color: #00ffd5;
            font-weight: 500;
        }

        .filter-status::before {
            content: '';
            width: 6px;
            height: 6px;
            background: #4ade80;
            border-radius: 50%;
        }

        .filter-status-plus::before {
            content: '';
            width: 6px;
            height: 6px;
            background: #00ffd5;
            border-radius: 50%;
        }

        .filter-desc {
            color: var(--text-secondary);
            font-size: 14px;
            line-height: 1.6;
            margin: 0;
        }

        /* Advantage Section */
        .advantage-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin: 32px 0;
        }

        .advantage-card {
            background: rgba(10, 15, 30, 0.6);
            border: 1px solid var(--border-color);
            border-radius: 14px;
            padding: 24px;
            text-align: center;
            transition: all 0.3s ease;
        }

        .advantage-card:hover {
            border-color: rgba(34, 197, 94, 0.3);
            transform: translateY(-3px);
        }

        .advantage-icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, rgba(34, 197, 94, 0.15), rgba(22, 163, 74, 0.15));
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #4ade80;
            margin: 0 auto 14px;
        }

        .advantage-card h4 {
            font-family: 'Sora', sans-serif;
            font-size: 16px;
            font-weight: 600;
            color: var(--text-primary);
            margin: 0 0 8px 0;
        }

        .advantage-card p {
            color: var(--text-muted);
            font-size: 13px;
            line-height: 1.6;
            margin: 0;
        }

        /* Modify Section */
        .modify-box {
            background: rgba(10, 15, 30, 0.8);
            border: 1px solid var(--border-color);
            border-radius: 16px;
            padding: 28px;
            margin: 24px 0;
            transition: all 0.3s ease;
        }

        .modify-box:hover {
            border-color: rgba(0, 198, 255, 0.25);
        }

        .modify-header {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 16px;
        }

        .modify-icon {
            width: 48px;
            height: 48px;
            background: linear-gradient(135deg, rgba(0, 198, 255, 0.2), rgba(46, 111, 255, 0.2));
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--accent-cyan);
            flex-shrink: 0;
        }

        .modify-title h4 {
            font-family: 'Sora', sans-serif;
            font-size: 18px;
            font-weight: 600;
            color: var(--text-primary);
            margin: 0 0 4px 0;
        }

        .modify-title span {
            font-size: 13px;
            color: var(--text-muted);
        }

        .modify-body p {
            color: var(--text-secondary);
            font-size: 15px;
            line-height: 1.7;
            margin: 0 0 16px 0;
        }

        /* Path Steps */
        .path-steps {
            display: flex;
            flex-direction: column;
            gap: 12px;
            margin: 20px 0;
        }

        .path-step {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 14px 20px;
            background: rgba(0, 0, 0, 0.3);
            border: 1px solid rgba(0, 198, 255, 0.1);
            border-radius: 10px;
        }

        .path-label {
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--text-muted);
            min-width: 100px;
        }

        .path-value {
            font-family: 'JetBrains Mono', monospace;
            font-size: 13px;
            color: var(--accent-cyan);
        }

        .path-value span {
            color: var(--text-muted);
            margin: 0 6px;
        }

        /* How It Works */
        .how-it-works {
            background: linear-gradient(135deg, rgba(34, 197, 94, 0.05), rgba(22, 163, 74, 0.05));
            border: 1px solid rgba(34, 197, 94, 0.2);
            border-radius: 20px;
            padding: 32px;
            margin: 40px 0;
        }

        .how-it-works h3 {
            font-family: 'Sora', sans-serif;
            font-size: 22px;
            font-weight: 600;
            color: var(--text-primary);
            margin: 0 0 20px 0;
        }

        .how-it-works-steps {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }

        .how-step {
            text-align: center;
            padding: 20px;
        }

        .how-step-number {
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, #22c55e, #16a34a);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 700;
            font-size: 18px;
            margin: 0 auto 16px;
        }

        .how-step h4 {
            font-family: 'Sora', sans-serif;
            font-size: 16px;
            font-weight: 600;
            color: var(--text-primary);
            margin: 0 0 8px 0;
        }

        .how-step p {
            font-size: 14px;
            color: var(--text-muted);
            margin: 0;
            line-height: 1.6;
        }

        /* Continue Section */
        .continue-section {
            text-align: center;
            padding: 40px 0;
            margin-top: 40px;
            border-top: 1px solid var(--border-color);
        }

        .continue-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 16px 40px;
            background: linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));
            border: none;
            border-radius: 12px;
            color: white;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .continue-btn:hover {
            box-shadow: 0 0 30px rgba(0, 198, 255, 0.5);
            transform: translateY(-3px);
        }

        .continue-btn svg { transition: transform 0.3s ease; }
        .continue-btn:hover svg { transform: translateX(4px); }

        /* Responsive */
        @media (max-width: 768px) {
            .filter-grid { grid-template-columns: 1fr; }
            .advantage-grid { grid-template-columns: 1fr; }
            .how-it-works-steps { grid-template-columns: 1fr; }
        }

          /* Theme Cards Grid */
        .theme-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
            margin: 32px 0;
        }

        .theme-card {
            background: rgba(10, 15, 30, 0.8);
            border: 1px solid var(--border-color);
            border-radius: 20px;
            overflow: hidden;
            transition: all 0.4s ease;
            position: relative;
        }

        .theme-card:hover {
            transform: translateY(-5px);
            border-color: rgba(0, 198, 255, 0.4);
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
        }

        /* Theme Preview Area */
        .theme-preview {
            height: 180px;
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .theme-preview-pattern {
            position: absolute;
            inset: 0;
            opacity: 0.6;
        }

        .theme-preview-label {
            position: relative;
            z-index: 1;
            font-family: 'Sora', sans-serif;
            font-size: 28px;
            font-weight: 700;
            letter-spacing: 1px;
        }

        /* Default Theme Preview */
        .theme-default .theme-preview {
            background: linear-gradient(135deg, #1a1a2e, #16213e, #0f3460);
        }
        .theme-default .theme-preview-label {
            color: #00c6ff;
            text-shadow: 0 0 30px rgba(0, 198, 255, 0.5);
        }
        .theme-default:hover { border-color: rgba(0, 198, 255, 0.5); }

        /* Sunset Theme Preview */
        .theme-sunset .theme-preview {
            background: linear-gradient(135deg, #1a0a2e, #3d1f56, #6b2fa0, #ff6b6b);
        }
        .theme-sunset .theme-preview-label {
            color: #ff6b6b;
            text-shadow: 0 0 30px rgba(255, 107, 107, 0.5);
        }
        .theme-sunset:hover { border-color: rgba(255, 107, 107, 0.5); }

        /* Nature Theme Preview (Premium) */
        .theme-nature .theme-preview {
            background: linear-gradient(135deg, #0a1a0a, #1a3a1a, #2d5a2d, #4ade80);
        }
        .theme-nature .theme-preview-label {
            color: #4ade80;
            text-shadow: 0 0 30px rgba(74, 222, 128, 0.5);
        }
        .theme-nature:hover { border-color: rgba(74, 222, 128, 0.5); }

        /* Meta Plus Theme Preview (Premium) */
        .theme-metaplus .theme-preview {
            background: linear-gradient(135deg, #001a18, #003d36, #00665a, #00FFEB);
        }
        .theme-metaplus .theme-preview-label {
            color: #00FFEB;
            text-shadow: 0 0 30px rgba(0, 255, 235, 0.5);
        }
        .theme-metaplus:hover { border-color: rgba(0, 255, 235, 0.5); }

        /* Premium Card Styling */
        .theme-card.premium-theme {
            border-color: rgba(0, 255, 235, 0.25);
            background: linear-gradient(135deg, rgba(0, 255, 235, 0.04), rgba(27, 128, 1, 0.03), rgba(10, 15, 30, 0.8));
        }

        .theme-card.premium-theme:hover {
            border-color: rgba(0, 255, 235, 0.5);
            box-shadow: 0 20px 50px rgba(0, 255, 235, 0.1), 0 0 40px rgba(0, 255, 235, 0.05);
        }

        .premium-theme-badge {
            position: absolute;
            top: 14px;
            right: 14px;
            z-index: 2;
            display: inline-flex;
            align-items: center;
            gap: 5px;
            padding: 5px 14px;
            background: linear-gradient(135deg, rgba(0, 255, 235, 0.25), rgba(27, 128, 1, 0.25));
            border: 1px solid rgba(0, 255, 235, 0.4);
            border-radius: 20px;
            color: #00FFEB;
            font-size: 11px;
            font-weight: 600;
            text-shadow: 0 0 8px rgba(0, 255, 235, 0.5);
            backdrop-filter: blur(10px);
        }

        .premium-theme-badge svg {
            width: 12px;
            height: 12px;
        }

        /* Theme Card Info */
        .theme-info {
            padding: 24px;
        }

        .theme-name {
            font-family: 'Sora', sans-serif;
            font-size: 20px;
            font-weight: 600;
            color: var(--text-primary);
            margin: 0 0 8px 0;
        }

        .theme-desc {
            font-size: 14px;
            color: var(--text-muted);
            line-height: 1.6;
            margin: 0 0 16px 0;
        }

        /* Theme Colors Preview */
        .theme-colors {
            display: flex;
            gap: 8px;
        }

        .theme-color-swatch {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            border: 2px solid rgba(255, 255, 255, 0.1);
            transition: transform 0.2s ease;
        }

        .theme-color-swatch:hover {
            transform: scale(1.2);
        }

        /* Premium note for theme-name */
        .theme-card.premium-theme .theme-name {
            color: #00FFEB;
            text-shadow: 0 0 10px rgba(0, 255, 235, 0.2);
        }

        /* Decorative floating shapes on preview */
        .theme-preview .deco-circle {
            position: absolute;
            border-radius: 50%;
            opacity: 0.15;
            animation: float 4s ease-in-out infinite;
        }

        /* Setup Section */
        .theme-setup {
            background: rgba(10, 15, 30, 0.8);
            border: 1px solid var(--border-color);
            border-radius: 20px;
            padding: 32px;
            margin: 40px 0;
            transition: all 0.3s ease;
        }

        .theme-setup:hover {
            border-color: rgba(0, 198, 255, 0.25);
        }

        .theme-setup-header {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 20px;
        }

        .theme-setup-icon {
            width: 52px;
            height: 52px;
            background: linear-gradient(135deg, rgba(139, 92, 246, 0.2), rgba(109, 40, 217, 0.2));
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--accent-purple);
            flex-shrink: 0;
        }

        .theme-setup-title h3 {
            font-family: 'Sora', sans-serif;
            font-size: 20px;
            font-weight: 600;
            color: var(--text-primary);
            margin: 0 0 4px 0;
        }

        .theme-setup-title span {
            font-size: 13px;
            color: var(--text-muted);
        }

        .theme-steps {
            display: flex;
            flex-direction: column;
            gap: 14px;
            margin: 20px 0;
        }

        .theme-step {
            display: flex;
            align-items: center;
            gap: 14px;
            padding: 16px 20px;
            background: rgba(0, 0, 0, 0.3);
            border: 1px solid rgba(139, 92, 246, 0.1);
            border-radius: 12px;
        }

        .theme-step-num {
            width: 32px;
            height: 32px;
            background: linear-gradient(135deg, var(--accent-purple), #6d28d9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 700;
            font-size: 14px;
            flex-shrink: 0;
        }

        .theme-step-text {
            font-size: 14px;
            color: var(--text-secondary);
            line-height: 1.5;
        }

        .theme-step-text code {
            font-family: 'JetBrains Mono', monospace;
            background: rgba(139, 92, 246, 0.15);
            padding: 2px 6px;
            border-radius: 4px;
            color: var(--accent-purple);
            font-size: 13px;
        }

        /* Premium CTA */
        .premium-cta {
            background: linear-gradient(135deg, rgba(0, 255, 235, 0.06), rgba(27, 128, 1, 0.04), rgba(10, 15, 30, 0.8));
            border: 1px solid rgba(0, 255, 235, 0.3);
            border-radius: 20px;
            padding: 32px;
            margin: 40px 0;
            text-align: center;
        }

        .premium-cta h3 {
            font-family: 'Sora', sans-serif;
            font-size: 22px;
            font-weight: 600;
            color: #00FFEB;
            text-shadow: 0 0 15px rgba(0, 255, 235, 0.3);
            margin: 0 0 10px 0;
        }

        .premium-cta p {
            color: var(--text-secondary);
            font-size: 15px;
            margin: 0 0 24px 0;
        }

        .premium-cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 14px 36px;
            background: linear-gradient(135deg, rgba(0, 255, 235, 0.7), rgba(27, 128, 1, 0.7));
            border: none;
            border-radius: 12px;
            color: white;
            font-size: 15px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .premium-cta-btn:hover {
            background: linear-gradient(135deg, rgba(0, 255, 235, 0.9), rgba(27, 128, 1, 0.9));
            box-shadow: 0 0 40px rgba(0, 255, 235, 0.4);
            transform: translateY(-3px);
        }

        /* Continue Section */
        .continue-section {
            text-align: center;
            padding: 40px 0;
            margin-top: 40px;
            border-top: 1px solid var(--border-color);
        }

        .continue-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 16px 40px;
            background: linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));
            border: none;
            border-radius: 12px;
            color: white;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .continue-btn:hover {
            box-shadow: 0 0 30px rgba(0, 198, 255, 0.5);
            transform: translateY(-3px);
        }

        .continue-btn svg { transition: transform 0.3s ease; }
        .continue-btn:hover svg { transform: translateX(4px); }

        @media (max-width: 768px) {
            .theme-grid { grid-template-columns: 1fr; }
        }

           /* ═══ HERO BANNER ═══ */
        .themes-hero {
            position: relative;
            padding: 60px 40px;
            border-radius: 24px;
            overflow: hidden;
            margin-bottom: 48px;
            text-align: center;
            background: linear-gradient(135deg, #0a0a2e 0%, #1a0a3e 30%, #0a2a3e 60%, #0a1a2e 100%);
            border: 1px solid rgba(255,255,255,0.08);
        }

        .themes-hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background: 
                radial-gradient(300px circle at 20% 50%, rgba(0, 198, 255, 0.12), transparent),
                radial-gradient(300px circle at 80% 50%, rgba(139, 92, 246, 0.12), transparent),
                radial-gradient(200px circle at 50% 80%, rgba(0, 255, 235, 0.08), transparent);
            pointer-events: none;
        }

        .themes-hero::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(0,198,255,0.5), rgba(139,92,246,0.5), transparent);
        }

        .themes-hero h1 {
            position: relative;
            font-family: 'Sora', sans-serif;
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 16px;
            background: linear-gradient(135deg, #fff, #00c6ff, #8b5cf6, #00FFEB);
            background-size: 300% 300%;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            animation: gradient-shift 6s ease infinite;
        }

        .themes-hero p {
            position: relative;
            font-size: 17px;
            color: var(--text-secondary);
            max-width: 560px;
            margin: 0 auto;
            line-height: 1.7;
        }

        .hero-palette {
            position: relative;
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-top: 28px;
        }

        .hero-dot {
            width: 14px;
            height: 14px;
            border-radius: 50%;
            animation: hero-dot-pulse 3s ease-in-out infinite;
            box-shadow: 0 0 12px currentColor;
        }
        .hero-dot:nth-child(1) { background: #2727F5; color: #2727F5; animation-delay: 0s; }
        .hero-dot:nth-child(2) { background: #393a40; color: #393a40; animation-delay: 0.3s; }
        .hero-dot:nth-child(3) { background: #00FFEB; color: #00FFEB; animation-delay: 0.6s; }
        .hero-dot:nth-child(4) { background: #4ade80; color: #4ade80; animation-delay: 0.9s; }

        @keyframes hero-dot-pulse {
            0%, 100% { transform: scale(1); opacity: 0.8; }
            50% { transform: scale(1.4); opacity: 1; }
        }

        @keyframes gradient-shift {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }

        /* ═══ THEME CARDS ═══ */
        .theme-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 28px;
            margin: 36px 0;
        }

        .theme-card {
            background: rgba(10, 15, 30, 0.85);
            border: 1px solid var(--border-color);
            border-radius: 20px;
            overflow: hidden;
            transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
        }

        .theme-card:hover {
            transform: translateY(-8px) scale(1.01);
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
        }

        /* ─── Theme Previews with mock Discord embed ─── */
        .theme-preview {
            height: 220px;
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 24px;
        }

        .theme-preview .bg-mesh {
            position: absolute;
            inset: 0;
            opacity: 0.5;
        }

        /* Mock Discord Embed */
        .mock-embed {
            position: relative;
            z-index: 2;
            width: 85%;
            border-radius: 8px;
            padding: 14px 16px;
            background: rgba(0, 0, 0, 0.55);
            backdrop-filter: blur(12px);
            border-left: 4px solid;
            display: flex;
            flex-direction: column;
            gap: 6px;
            box-shadow: 0 8px 32px rgba(0,0,0,0.4);
            transition: transform 0.4s ease, box-shadow 0.4s ease;
        }

        .theme-card:hover .mock-embed {
            transform: translateY(-4px);
            box-shadow: 0 14px 40px rgba(0,0,0,0.5);
        }

        .mock-embed-author {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 12px;
            font-weight: 600;
            opacity: 0.9;
        }

        .mock-embed-author-dot {
            width: 18px;
            height: 18px;
            border-radius: 50%;
            flex-shrink: 0;
        }

        .mock-embed-title {
            font-family: 'Sora', sans-serif;
            font-size: 14px;
            font-weight: 600;
        }

        .mock-embed-desc {
            font-size: 12px;
            opacity: 0.65;
            line-height: 1.5;
        }

        .mock-embed-field {
            display: flex;
            gap: 20px;
            margin-top: 4px;
        }

        .mock-embed-field-item {
            flex: 1;
        }

        .mock-embed-field-label {
            font-size: 10px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            opacity: 0.7;
        }

        .mock-embed-field-value {
            font-size: 12px;
            opacity: 0.85;
            margin-top: 2px;
        }

        /* Per-theme accent — Meta Classical */
        .theme-classical .mock-embed { border-left-color: #2727F5; }
        .theme-classical .mock-embed-author-dot { background: #2727F5; }
        .theme-classical .mock-embed-author, .theme-classical .mock-embed-title { color: #5a5aff; }
        .theme-classical .mock-embed-desc, .theme-classical .mock-embed-field-label, .theme-classical .mock-embed-field-value { color: #b8b8ff; }
        .theme-classical .theme-preview { background: linear-gradient(160deg, #08082e, #12124a, #1a1a6a); }
        .theme-classical:hover { border-color: rgba(39, 39, 245, 0.5); box-shadow: 0 30px 60px rgba(0,0,0,0.4), 0 0 40px rgba(39,39,245,0.12); }

        /* Essence of Discord */
        .theme-discord .mock-embed { border-left-color: #393a40; background: #2b2d31; backdrop-filter: none; }
        .theme-discord .mock-embed-author-dot { background: #393a40; }
        .theme-discord .mock-embed-author, .theme-discord .mock-embed-title { color: #d2d3d5; }
        .theme-discord .mock-embed-desc, .theme-discord .mock-embed-field-label, .theme-discord .mock-embed-field-value { color: #96989d; }
        .theme-discord .theme-preview { background: #313338; }
        .theme-discord:hover { border-color: rgba(57, 58, 64, 0.7); box-shadow: 0 30px 60px rgba(0,0,0,0.4), 0 0 40px rgba(57,58,64,0.15); }

        /* Meta Plus */
        .theme-metaplus .mock-embed { border-left-color: #2dd4bf; box-shadow: 0 8px 32px rgba(0,0,0,0.4), 0 0 20px rgba(45,212,191,0.1), 0 0 40px rgba(37,86,160,0.08), inset 0 0 30px rgba(45,212,191,0.03); }
        .theme-metaplus .mock-embed-author-dot { background: linear-gradient(135deg, #2dd4bf, #2556a0, #4ade80); box-shadow: 0 0 10px rgba(45,212,191,0.6), 0 0 20px rgba(37,86,160,0.3); }
        .theme-metaplus .mock-embed-author, .theme-metaplus .mock-embed-title { color: #2dd4bf; text-shadow: 0 0 12px rgba(45,212,191,0.4), 0 0 24px rgba(37,86,160,0.15); }
        .theme-metaplus .mock-embed-desc, .theme-metaplus .mock-embed-field-label, .theme-metaplus .mock-embed-field-value { color: #7ec8d8; }
        .theme-metaplus .theme-preview { background: linear-gradient(160deg, #06101e, #0d2240, #0a2a3a, #082a28); }
        .theme-metaplus:hover { border-color: rgba(45, 212, 191, 0.6); box-shadow: 0 30px 60px rgba(0,0,0,0.4), 0 0 60px rgba(45,212,191,0.12), 0 0 80px rgba(37,86,160,0.08), 0 0 120px rgba(74,222,128,0.04); }

        /* Nature */
        .theme-nature .mock-embed { border-left-color: #4ade80; }
        .theme-nature .mock-embed-author-dot { background: #4ade80; }
        .theme-nature .mock-embed-author, .theme-nature .mock-embed-title { color: #6ee7a0; }
        .theme-nature .mock-embed-desc, .theme-nature .mock-embed-field-label, .theme-nature .mock-embed-field-value { color: #b0e0c0; }
        .theme-nature .theme-preview { background: linear-gradient(160deg, #071a07, #153015, #1a4a20); }
        .theme-nature:hover { border-color: rgba(74, 222, 128, 0.5); box-shadow: 0 30px 60px rgba(0,0,0,0.4), 0 0 40px rgba(74,222,128,0.08); }

        /* Wonderful Space */
        .theme-space .mock-embed { border-left-color: #f59e0b; background: rgba(15, 5, 25, 0.85); backdrop-filter: blur(12px); }
        .theme-space .mock-embed-author-dot { background: linear-gradient(135deg, #f59e0b, #d97706); box-shadow: 0 0 8px rgba(245,158,11,0.5); }
        .theme-space .mock-embed-author, .theme-space .mock-embed-title { color: #fbbf24; text-shadow: 0 0 10px rgba(245,158,11,0.3); }
        .theme-space .mock-embed-desc, .theme-space .mock-embed-field-label, .theme-space .mock-embed-field-value { color: #c8a87a; }
        .theme-space .theme-preview { background: #000000; background-image: radial-gradient(ellipse at 75% 30%, rgba(245,158,11,0.07) 0%, transparent 50%), radial-gradient(ellipse at 20% 70%, rgba(99,102,241,0.06) 0%, transparent 45%), radial-gradient(ellipse at 60% 80%, rgba(20,184,166,0.04) 0%, transparent 40%); }
        .theme-space:hover { border-color: rgba(245, 158, 11, 0.45); box-shadow: 0 30px 60px rgba(0,0,0,0.6), 0 0 50px rgba(245,158,11,0.06), 0 0 80px rgba(99,102,241,0.04); }

        /* Coming Soon Overlay */
        .coming-soon-overlay {
            position: absolute;
            inset: 0;
            z-index: 10;
            background: rgba(0, 0, 0, 0.35);
            backdrop-filter: blur(1.5px);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 20px;
        }
        .coming-soon-label {
            font-family: 'Sora', sans-serif;
            font-size: 22px;
            font-weight: 700;
            color: #f59e0b;
            text-transform: uppercase;
            letter-spacing: 4px;
            text-shadow: 0 0 20px rgba(245,158,11,0.4), 0 0 40px rgba(245,158,11,0.15);
            padding: 12px 32px;
            border: 2px solid rgba(245,158,11,0.35);
            border-radius: 12px;
            background: rgba(0, 0, 0, 0.5);
        }

        /* ─── Themes nav link rainbow highlight ─── */
        .nav-item.active[data-page="themes.html"] {
            background: linear-gradient(90deg, rgba(39,39,245,0.18), rgba(45,212,191,0.15), rgba(74,222,128,0.15), rgba(245,158,11,0.18)) !important;
            border-left: none !important;
            border-image: none !important;
            color: #fff !important;
            position: relative;
            border-radius: 10px !important;
            padding-left: 16px !important;
            overflow: hidden;
        }
        .nav-item.active[data-page="themes.html"]::before {
            content: '';
            position: absolute;
            left: 0; top: 0; bottom: 0;
            width: 4px;
            background: linear-gradient(180deg, #2727F5, #2dd4bf, #4ade80, #f59e0b);
            border-radius: 4px;
        }

        /* Floating orbs in preview */
        .preview-orb {
            position: absolute;
            border-radius: 50%;
            filter: blur(40px);
            opacity: 0.35;
            animation: orb-float 6s ease-in-out infinite;
            pointer-events: none;
        }

        @keyframes orb-float {
            0%, 100% { transform: translate(0, 0) scale(1); }
            33% { transform: translate(10px, -15px) scale(1.1); }
            66% { transform: translate(-8px, 8px) scale(0.95); }
        }

        /* Premium Styling */
        .theme-card.premium-theme {
            border-color: rgba(0, 255, 235, 0.2);
            background: linear-gradient(135deg, rgba(0, 255, 235, 0.03), rgba(10, 15, 30, 0.85));
        }
        .theme-card.premium-theme:hover {
            border-color: rgba(0, 255, 235, 0.5);
        }

        .premium-badge {
            position: absolute;
            top: 16px;
            right: 16px;
            z-index: 3;
            display: inline-flex;
            align-items: center;
            gap: 5px;
            padding: 5px 14px;
            background: linear-gradient(135deg, rgba(0, 255, 235, 0.2), rgba(27, 128, 1, 0.2));
            border: 1px solid rgba(0, 255, 235, 0.4);
            border-radius: 20px;
            color: #00FFEB;
            font-size: 11px;
            font-weight: 600;
            text-shadow: 0 0 8px rgba(0, 255, 235, 0.5);
            backdrop-filter: blur(10px);
        }

        .premium-badge svg { width: 12px; height: 12px; }

        /* Theme Info Section */
        .theme-info {
            padding: 24px;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .theme-info-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .theme-name {
            font-family: 'Sora', sans-serif;
            font-size: 20px;
            font-weight: 600;
            color: var(--text-primary);
            margin: 0;
        }

        .theme-card.premium-theme .theme-name {
            color: #00FFEB;
            text-shadow: 0 0 10px rgba(0, 255, 235, 0.2);
        }

        .theme-tag {
            font-size: 11px;
            font-weight: 600;
            padding: 3px 10px;
            border-radius: 6px;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }

        .tag-free {
            background: rgba(0, 198, 255, 0.12);
            color: #00c6ff;
            border: 1px solid rgba(0, 198, 255, 0.2);
        }

        .tag-premium {
            background: rgba(0, 255, 235, 0.12);
            color: #00FFEB;
            border: 1px solid rgba(0, 255, 235, 0.3);
        }

        .theme-desc {
            font-size: 14px;
            color: var(--text-muted);
            line-height: 1.65;
            margin: 0;
        }

        .theme-colors {
            display: flex;
            gap: 8px;
            margin-top: 4px;
        }

        .theme-color-swatch {
            width: 26px;
            height: 26px;
            border-radius: 50%;
            border: 2px solid rgba(255, 255, 255, 0.08);
            transition: transform 0.25s ease, box-shadow 0.25s ease;
            cursor: pointer;
        }

        .theme-color-swatch:hover {
            transform: scale(1.25);
            box-shadow: 0 0 12px currentColor;
        }

        /* ═══ COMPARISON TABLE ═══ */
        .comparison-wrapper {
            margin: 40px 0;
            border-radius: 20px;
            overflow: hidden;
            border: 1px solid var(--border-color);
            background: rgba(10, 15, 30, 0.7);
        }

        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 14px;
        }

        .comparison-table thead th {
            padding: 18px 20px;
            text-align: left;
            font-family: 'Sora', sans-serif;
            font-weight: 600;
            font-size: 13px;
            color: var(--text-muted);
            text-transform: uppercase;
            letter-spacing: 0.8px;
            background: rgba(0, 0, 0, 0.3);
            border-bottom: 1px solid var(--border-color);
        }

        .comparison-table thead th:first-child {
            padding-left: 28px;
        }

        .comparison-table tbody td {
            padding: 16px 20px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.04);
            color: var(--text-secondary);
        }

        .comparison-table tbody td:first-child {
            padding-left: 28px;
            font-weight: 500;
            color: var(--text-primary);
        }

        .comparison-table tbody tr:last-child td {
            border-bottom: none;
        }

        .comparison-table tbody tr:hover {
            background: rgba(0, 198, 255, 0.03);
        }

        .table-swatch {
            display: inline-block;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            vertical-align: middle;
            margin-right: 8px;
            border: 1px solid rgba(255,255,255,0.1);
        }

        .table-check {
            color: #4ade80;
            font-weight: 700;
        }

        .table-premium-label {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            color: #00FFEB;
            font-size: 11px;
            font-weight: 600;
        }

        /* ═══ SETUP SECTION ═══ */
        .theme-setup {
            background: rgba(10, 15, 30, 0.8);
            border: 1px solid var(--border-color);
            border-radius: 20px;
            padding: 36px;
            margin: 40px 0;
            transition: all 0.3s ease;
        }

        .theme-setup:hover { border-color: rgba(0, 198, 255, 0.25); }

        .theme-setup-header {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 24px;
        }

        .theme-setup-icon {
            width: 56px;
            height: 56px;
            background: linear-gradient(135deg, rgba(139, 92, 246, 0.2), rgba(109, 40, 217, 0.2));
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--accent-purple);
            flex-shrink: 0;
        }

        .theme-setup-title h3 {
            font-family: 'Sora', sans-serif;
            font-size: 20px;
            font-weight: 600;
            color: var(--text-primary);
            margin: 0 0 4px 0;
        }

        .theme-setup-title span {
            font-size: 13px;
            color: var(--text-muted);
        }

        .theme-steps {
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

        .theme-step {
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 18px 22px;
            background: rgba(0, 0, 0, 0.25);
            border: 1px solid rgba(139, 92, 246, 0.1);
            border-radius: 14px;
            transition: all 0.3s ease;
        }

        .theme-step:hover {
            background: rgba(0, 0, 0, 0.35);
            border-color: rgba(139, 92, 246, 0.25);
            transform: translateX(4px);
        }

        .theme-step-num {
            width: 34px;
            height: 34px;
            background: linear-gradient(135deg, var(--accent-purple), #6d28d9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 700;
            font-size: 14px;
            flex-shrink: 0;
            box-shadow: 0 0 16px rgba(139, 92, 246, 0.3);
        }

        .theme-step-text {
            font-size: 14px;
            color: var(--text-secondary);
            line-height: 1.5;
        }

        .theme-step-text code {
            font-family: 'JetBrains Mono', monospace;
            background: rgba(139, 92, 246, 0.15);
            padding: 2px 8px;
            border-radius: 5px;
            color: var(--accent-purple);
            font-size: 13px;
        }

        /* ═══ PREMIUM CTA ═══ */
        .premium-cta {
            position: relative;
            background: linear-gradient(135deg, rgba(0, 255, 235, 0.05), rgba(10, 15, 30, 0.85));
            border: 1px solid rgba(0, 255, 235, 0.25);
            border-radius: 24px;
            padding: 48px 40px;
            margin: 48px 0;
            text-align: center;
            overflow: hidden;
        }

        .premium-cta::before {
            content: '';
            position: absolute;
            inset: 0;
            background: 
                radial-gradient(250px circle at 20% 50%, rgba(0, 255, 235, 0.06), transparent),
                radial-gradient(250px circle at 80% 50%, rgba(27, 128, 1, 0.06), transparent);
            pointer-events: none;
        }

        .premium-cta h3 {
            position: relative;
            font-family: 'Sora', sans-serif;
            font-size: 24px;
            font-weight: 700;
            background: linear-gradient(135deg, #00FFEB, #4ade80);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin: 0 0 12px 0;
        }

        .premium-cta p {
            position: relative;
            color: var(--text-secondary);
            font-size: 15px;
            margin: 0 0 28px 0;
            max-width: 480px;
            margin-left: auto;
            margin-right: auto;
        }

        .premium-cta-btn {
            position: relative;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 14px 36px;
            background: linear-gradient(135deg, rgba(0, 255, 235, 0.7), rgba(27, 128, 1, 0.7));
            border: none;
            border-radius: 12px;
            color: white;
            font-size: 15px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.35s ease;
        }

        .premium-cta-btn:hover {
            background: linear-gradient(135deg, rgba(0, 255, 235, 0.9), rgba(27, 128, 1, 0.9));
            box-shadow: 0 0 50px rgba(0, 255, 235, 0.35);
            transform: translateY(-3px);
        }

        /* ═══ CONTINUE ═══ */
        .continue-section {
            text-align: center;
            padding: 48px 0;
            margin-top: 40px;
            border-top: 1px solid var(--border-color);
        }

        .continue-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 16px 40px;
            background: linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));
            border: none;
            border-radius: 14px;
            color: white;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.35s ease;
        }

        .continue-btn:hover {
            box-shadow: 0 0 40px rgba(0, 198, 255, 0.4);
            transform: translateY(-3px);
        }

        .continue-btn svg { transition: transform 0.3s ease; }
        .continue-btn:hover svg { transform: translateX(5px); }

        /* ═══ RESPONSIVE ═══ */
        @media (max-width: 900px) {
            .theme-grid { grid-template-columns: 1fr; }
            .themes-hero { padding: 40px 24px; }
            .themes-hero h1 { font-size: 32px; }
            .comparison-table { font-size: 12px; }
        }

        @media (max-width: 600px) {
            .theme-preview { height: 180px; }
            .mock-embed { width: 92%; padding: 10px 12px; }
        }

        inspecting part 

                /* ═══ ARTICLE HERO ═══ */
        .article-hero {
            position: relative;
            padding: 56px 40px;
            border-radius: 24px;
            overflow: hidden;
            margin-bottom: 48px;
            background: linear-gradient(135deg, #0a0a1a 0%, #0a1a2a 40%, #0a2a3a 70%, #0a0a1a 100%);
            border: 1px solid rgba(0, 198, 255, 0.15);
        }
        .article-hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background:
                radial-gradient(300px circle at 25% 50%, rgba(0, 198, 255, 0.1), transparent),
                radial-gradient(250px circle at 75% 40%, rgba(99, 102, 241, 0.08), transparent);
            pointer-events: none;
        }
        .article-hero::after {
            content: '';
            position: absolute;
            bottom: 0; left: 0; right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(0, 198, 255, 0.4), rgba(99, 102, 241, 0.4), transparent);
        }
        .article-hero h1 {
            position: relative;
            font-family: 'Sora', sans-serif;
            font-size: 44px;
            font-weight: 700;
            margin: 0 0 14px 0;
            background: linear-gradient(135deg, #00c6ff, #6366f1, #00c6ff);
            background-size: 200% 200%;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            animation: hero-gradient 5s ease infinite;
        }
        @keyframes hero-gradient {
            0%, 100% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
        }
        .article-hero p {
            position: relative;
            font-size: 17px;
            color: var(--text-secondary);
            max-width: 600px;
            line-height: 1.7;
            margin: 0;
        }
        .article-hero-badge {
            position: relative;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 6px 16px;
            background: rgba(0, 198, 255, 0.12);
            border: 1px solid rgba(0, 198, 255, 0.25);
            border-radius: 20px;
            color: #67e8f9;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        /* ═══ CONTENT ARTICLE ═══ */
        .article-body {
            max-width: 800px;
        }
        .article-body h2 {
            font-family: 'Sora', sans-serif;
            font-size: 26px;
            font-weight: 700;
            color: var(--text-primary);
            margin: 48px 0 16px 0;
        }
        .article-body h2:first-of-type { margin-top: 0; }
        .article-body h3 {
            font-family: 'Sora', sans-serif;
            font-size: 20px;
            font-weight: 600;
            color: var(--text-primary);
            margin: 32px 0 12px 0;
        }
        .article-body p {
            font-size: 15px;
            color: var(--text-secondary);
            line-height: 1.8;
            margin: 0 0 16px 0;
        }
        .article-body strong { color: var(--text-primary); }

        /* ═══ CALLOUT BOX ═══ */
        .callout {
            background: rgba(10, 15, 30, 0.8);
            border-radius: 16px;
            padding: 24px;
            margin: 28px 0;
            display: flex;
            gap: 16px;
            align-items: flex-start;
        }
        .callout-info {
            border: 1px solid rgba(0, 198, 255, 0.2);
            border-left: 4px solid var(--accent-cyan);
        }
        .callout-warning {
            border: 1px solid rgba(245, 158, 11, 0.2);
            border-left: 4px solid #f59e0b;
        }
        .callout-success {
            border: 1px solid rgba(74, 222, 128, 0.2);
            border-left: 4px solid #4ade80;
        }
        .callout-icon {
            font-size: 22px;
            flex-shrink: 0;
            margin-top: 2px;
        }
        .callout-content h4 {
            font-family: 'Sora', sans-serif;
            font-size: 15px;
            font-weight: 600;
            color: var(--text-primary);
            margin: 0 0 6px 0;
        }
        .callout-content p {
            font-size: 14px;
            color: var(--text-muted);
            line-height: 1.65;
            margin: 0;
        }

        /* ═══ INSPECT TERMINAL ═══ */
        .inspect-terminal {
            background: rgba(6, 10, 24, 0.9);
            border: 1px solid rgba(0, 198, 255, 0.15);
            border-radius: 16px;
            overflow: hidden;
            margin: 28px 0;
            backdrop-filter: blur(20px);
        }
        .inspect-terminal-bar {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 12px 20px;
            background: rgba(0, 198, 255, 0.05);
            border-bottom: 1px solid rgba(0, 198, 255, 0.1);
        }
        .inspect-terminal-dots {
            display: flex;
            gap: 6px;
        }
        .inspect-terminal-dots span {
            width: 10px;
            height: 10px;
            border-radius: 50%;
        }
        .inspect-terminal-dots span:nth-child(1) { background: #ff5f57; }
        .inspect-terminal-dots span:nth-child(2) { background: #febc2e; }
        .inspect-terminal-dots span:nth-child(3) { background: #28c840; }
        .inspect-terminal-title {
            font-family: 'JetBrains Mono', monospace;
            font-size: 12px;
            color: var(--text-muted);
            flex: 1;
            text-align: center;
        }

        /* Tab Navigation */
        .inspect-tabs {
            display: flex;
            border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        }
        .inspect-tab {
            flex: 1;
            padding: 14px 20px;
            background: transparent;
            border: none;
            color: var(--text-muted);
            font-family: 'Sora', sans-serif;
            font-size: 13px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }
        .inspect-tab:hover { color: var(--text-secondary); background: rgba(0, 198, 255, 0.03); }
        .inspect-tab.active {
            color: #67e8f9;
            background: rgba(0, 198, 255, 0.06);
        }
        .inspect-tab.active::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 20%; 
            right: 20%;
            height: 2px;
            background: linear-gradient(90deg, #00c6ff, #6366f1);
            border-radius: 2px;
        }
        .inspect-tab-icon { font-size: 15px; }

        /* Tab Content */
        .inspect-tab-content { display: none; padding: 24px; }
        .inspect-tab-content.active { display: block; }

        /* Data rows */
        .data-section {
            margin-bottom: 24px;
        }
        .data-section:last-child { margin-bottom: 0; }
        .data-section-header {
            display: flex;
            align-items: center;
            gap: 8px;
            font-family: 'Sora', sans-serif;
            font-size: 14px;
            font-weight: 600;
            color: #67e8f9;
            margin-bottom: 12px;
            padding-bottom: 8px;
            border-bottom: 1px solid rgba(0, 198, 255, 0.1);
        }
        .data-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 8px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.03);
        }
        .data-row:last-child { border-bottom: none; }
        .data-label {
            font-size: 13px;
            color: var(--text-muted);
            font-weight: 500;
        }
        .data-value {
            font-family: 'JetBrains Mono', monospace;
            font-size: 13px;
            color: var(--text-primary);
            text-align: right;
        }
        .data-value.id-val {
            color: var(--text-secondary);
            font-size: 12px;
        }
        .data-badge {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            padding: 2px 10px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
        }
        .badge-safe { background: rgba(74, 222, 128, 0.12); color: #4ade80; border: 1px solid rgba(74, 222, 128, 0.2); }
        .badge-role { background: rgba(99, 102, 241, 0.12); color: #a78bfa; border: 1px solid rgba(99, 102, 241, 0.2); }
        .badge-owner { background: rgba(245, 158, 11, 0.12); color: #fbbf24; border: 1px solid rgba(245, 158, 11, 0.2); }
        .badge-link { background: rgba(0, 198, 255, 0.1); color: #67e8f9; border: 1px solid rgba(0, 198, 255, 0.2); cursor: pointer; }
        .badge-muted { background: rgba(255, 255, 255, 0.05); color: var(--text-muted); border: 1px solid rgba(255, 255, 255, 0.08); }

        /* Role pills */
        .role-pill {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 6px 14px;
            border-radius: 20px;
            font-size: 13px;
            font-weight: 600;
            margin: 4px;
            border: 1px solid;
        }
        .role-pill .role-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
        }

        /* Permission tags */
        .perm-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
        }
        .perm-tag {
            display: inline-block;
            padding: 5px 12px;
            border-radius: 8px;
            font-family: 'JetBrains Mono', monospace;
            font-size: 12px;
            font-weight: 500;
            background: rgba(255, 255, 255, 0.04);
            color: var(--text-secondary);
            border: 1px solid rgba(255, 255, 255, 0.06);
            transition: all 0.2s ease;
        }
        .perm-tag:hover {
            background: rgba(0, 198, 255, 0.08);
            border-color: rgba(0, 198, 255, 0.2);
            color: #67e8f9;
        }
        .perm-tag.dangerous {
            background: rgba(239, 68, 68, 0.08);
            border-color: rgba(239, 68, 68, 0.2);
            color: #fca5a5;
        }
        .perm-tag.dangerous:hover {
            background: rgba(239, 68, 68, 0.15);
            color: #fecaca;
        }

        @media (max-width: 768px) {
            .inspect-tab { font-size: 11px; padding: 12px 8px; gap: 4px; }
            .data-row { flex-direction: column; align-items: flex-start; gap: 4px; }
            .data-value { text-align: left; }
        }

        /* ═══ SECTION CARDS ═══ */
        .inspect-sections {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
            gap: 16px;
            margin: 28px 0;
        }
        .inspect-section-card {
            background: rgba(10, 15, 30, 0.7);
            border: 1px solid var(--border-color);
            border-radius: 16px;
            padding: 24px;
            transition: all 0.3s ease;
        }
        .inspect-section-card:hover {
            border-color: rgba(0, 198, 255, 0.3);
            background: rgba(10, 15, 30, 0.9);
            transform: translateY(-2px);
        }
        .inspect-section-card .card-icon {
            font-size: 28px;
            margin-bottom: 12px;
        }
        .inspect-section-card h4 {
            font-family: 'Sora', sans-serif;
            font-size: 16px;
            font-weight: 600;
            color: var(--text-primary);
            margin: 0 0 6px 0;
        }
        .inspect-section-card p {
            font-size: 13px;
            color: var(--text-muted);
            line-height: 1.6;
            margin: 0;
        }

        /* ═══ SEPARATOR ═══ */
        .article-divider {
            border: none;
            border-top: 1px solid var(--border-color);
            margin: 48px 0;
        }

        /* ═══ INFO CARD ═══ */
        .info-card {
            display: flex;
            gap: 16px;
            align-items: flex-start;
            padding: 24px;
            background: rgba(10, 15, 30, 0.7);
            border: 1px solid var(--border-color);
            border-radius: 16px;
            margin: 28px 0;
        }
        .info-card-icon {
            font-size: 24px;
            flex-shrink: 0;
        }
        .info-card-content strong {
            display: block;
            font-family: 'Sora', sans-serif;
            font-size: 15px;
            color: var(--text-primary);
            margin-bottom: 6px;
        }
        .info-card-content p {
            font-size: 14px;
            color: var(--text-muted);
            line-height: 1.6;
            margin: 0;
        }

        /* ═══ CONTINUE ═══ */
        .continue-section {
            text-align: center;
            padding: 48px 0;
            margin-top: 40px;
            border-top: 1px solid var(--border-color);
        }
        .continue-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 16px 40px;
            background: linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));
            border: none;
            border-radius: 14px;
            color: white;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.35s ease;
        }
        .continue-btn:hover {
            box-shadow: 0 0 40px rgba(0, 198, 255, 0.4);
            transform: translateY(-3px);
        }
        .continue-btn svg { transition: transform 0.3s ease; }
        .continue-btn:hover svg { transform: translateX(5px); }

        @media (max-width: 768px) {
            .article-hero { padding: 36px 24px; }
            .article-hero h1 { font-size: 30px; }
            .inspect-sections { grid-template-columns: 1fr; }
            .mock-embed { max-width: 100%; }
        }

                /* ═══ ARTICLE HERO ═══ */
        .article-hero {
            position: relative;
            padding: 56px 40px;
            border-radius: 24px;
            overflow: hidden;
            margin-bottom: 48px;
            background: linear-gradient(135deg, #0a0a1a 0%, #1a0a0a 40%, #2a0a0a 70%, #0a0a1a 100%);
            border: 1px solid rgba(239, 68, 68, 0.15);
        }
        .article-hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background:
                radial-gradient(300px circle at 25% 50%, rgba(239, 68, 68, 0.1), transparent),
                radial-gradient(250px circle at 75% 40%, rgba(245, 158, 11, 0.08), transparent);
            pointer-events: none;
        }
        .article-hero::after {
            content: '';
            position: absolute;
            bottom: 0; left: 0; right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(239, 68, 68, 0.4), rgba(245, 158, 11, 0.4), transparent);
        }
        .article-hero h1 {
            position: relative;
            font-family: 'Sora', sans-serif;
            font-size: 44px;
            font-weight: 700;
            margin: 0 0 14px 0;
            background: linear-gradient(135deg, #ff6b6b, #f59e0b, #ff6b6b);
            background-size: 200% 200%;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            animation: hero-gradient 5s ease infinite;
        }
        @keyframes hero-gradient {
            0%, 100% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
        }
        .article-hero p {
            position: relative;
            font-size: 17px;
            color: var(--text-secondary);
            max-width: 600px;
            line-height: 1.7;
            margin: 0;
        }
        .article-hero-badge {
            position: relative;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 6px 16px;
            background: rgba(239, 68, 68, 0.12);
            border: 1px solid rgba(239, 68, 68, 0.25);
            border-radius: 20px;
            color: #f87171;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        /* ═══ CONTENT ARTICLE ═══ */
        .article-body {
            max-width: 800px;
        }
        .article-body h2 {
            font-family: 'Sora', sans-serif;
            font-size: 26px;
            font-weight: 700;
            color: var(--text-primary);
            margin: 48px 0 16px 0;
        }
        .article-body h2:first-of-type { margin-top: 0; }
        .article-body p {
            font-size: 15px;
            color: var(--text-secondary);
            line-height: 1.8;
            margin: 0 0 16px 0;
        }
        .article-body strong { color: var(--text-primary); }

        /* ═══ CALLOUT BOX ═══ */
        .callout {
            background: rgba(10, 15, 30, 0.8);
            border-radius: 16px;
            padding: 24px;
            margin: 28px 0;
            display: flex;
            gap: 16px;
            align-items: flex-start;
        }
        .callout-danger {
            border: 1px solid rgba(239, 68, 68, 0.25);
            border-left: 4px solid #ef4444;
        }
        .callout-info {
            border: 1px solid rgba(0, 198, 255, 0.2);
            border-left: 4px solid var(--accent-cyan);
        }
        .callout-icon {
            font-size: 22px;
            flex-shrink: 0;
            margin-top: 2px;
        }
        .callout-content h4 {
            font-family: 'Sora', sans-serif;
            font-size: 15px;
            font-weight: 600;
            color: var(--text-primary);
            margin: 0 0 6px 0;
        }
        .callout-content p {
            font-size: 14px;
            color: var(--text-muted);
            line-height: 1.65;
            margin: 0;
        }

        /* ═══ PERMISSION CARDS ═══ */
        .perm-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
            gap: 16px;
            margin: 28px 0;
        }
        .perm-card {
            background: rgba(10, 15, 30, 0.85);
            border: 1px solid var(--border-color);
            border-radius: 14px;
            padding: 20px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        .perm-card:hover {
            border-color: rgba(239, 68, 68, 0.3);
            transform: translateY(-3px);
            box-shadow: 0 12px 30px rgba(0,0,0,0.3);
        }
        .perm-card::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 3px;
            background: linear-gradient(90deg, #ef4444, #f59e0b);
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        .perm-card:hover::before { opacity: 1; }
        .perm-card-header {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 10px;
        }
        .perm-card-icon {
            width: 38px;
            height: 38px;
            border-radius: 10px;
            background: rgba(239, 68, 68, 0.12);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #f87171;
            flex-shrink: 0;
        }
        .perm-card-name {
            font-family: 'JetBrains Mono', monospace;
            font-size: 13px;
            font-weight: 600;
            color: #f87171;
        }
        .perm-card-severity {
            margin-left: auto;
            font-size: 10px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            padding: 3px 10px;
            border-radius: 6px;
        }
        .severity-critical {
            background: rgba(239, 68, 68, 0.15);
            color: #f87171;
            border: 1px solid rgba(239, 68, 68, 0.25);
        }
        .severity-high {
            background: rgba(245, 158, 11, 0.12);
            color: #fbbf24;
            border: 1px solid rgba(245, 158, 11, 0.25);
        }
        .perm-card-desc {
            font-size: 13px;
            color: var(--text-muted);
            line-height: 1.6;
            margin: 0;
        }

        /* ═══ SEPARATOR ═══ */
        .article-divider {
            border: none;
            border-top: 1px solid var(--border-color);
            margin: 48px 0;
        }

        /* ═══ HOW IT WORKS ═══ */
        .flow-steps {
            display: flex;
            flex-direction: column;
            gap: 0;
            margin: 28px 0;
            position: relative;
        }
        .flow-steps::before {
            content: '';
            position: absolute;
            left: 23px;
            top: 24px;
            bottom: 24px;
            width: 2px;
            background: linear-gradient(180deg, rgba(239,68,68,0.4), rgba(245,158,11,0.4), rgba(0,198,255,0.3));
        }
        .flow-step {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            padding: 20px 0;
            position: relative;
        }
        .flow-step-dot {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: rgba(10, 15, 30, 0.9);
            border: 2px solid rgba(239, 68, 68, 0.4);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #f87171;
            flex-shrink: 0;
            font-weight: 700;
            font-size: 16px;
            z-index: 1;
        }
        .flow-step-content h4 {
            font-family: 'Sora', sans-serif;
            font-size: 16px;
            font-weight: 600;
            color: var(--text-primary);
            margin: 0 0 6px 0;
        }
        .flow-step-content p {
            font-size: 14px;
            color: var(--text-muted);
            line-height: 1.6;
            margin: 0;
        }

        /* ═══ CONTINUE ═══ */
        .continue-section {
            text-align: center;
            padding: 48px 0;
            margin-top: 40px;
            border-top: 1px solid var(--border-color);
        }
        .continue-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 16px 40px;
            background: linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));
            border: none;
            border-radius: 14px;
            color: white;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.35s ease;
        }
        .continue-btn:hover {
            box-shadow: 0 0 40px rgba(0, 198, 255, 0.4);
            transform: translateY(-3px);
        }
        .continue-btn svg { transition: transform 0.3s ease; }
        .continue-btn:hover svg { transform: translateX(5px); }

        @media (max-width: 768px) {
            .perm-grid { grid-template-columns: 1fr; }
            .article-hero { padding: 36px 24px; }
            .article-hero h1 { font-size: 30px; }
        }

                /* ═══ ARTICLE HERO ═══ */
        .article-hero {
            position: relative;
            padding: 56px 40px;
            border-radius: 24px;
            overflow: hidden;
            margin-bottom: 48px;
            background: linear-gradient(135deg, #0a0a2e 0%, #0a1a3e 40%, #0d2240 70%, #0a0a2e 100%);
            border: 1px solid rgba(0, 198, 255, 0.15);
        }
        .article-hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background:
                radial-gradient(300px circle at 25% 50%, rgba(0, 198, 255, 0.1), transparent),
                radial-gradient(250px circle at 75% 40%, rgba(139, 92, 246, 0.08), transparent);
            pointer-events: none;
        }
        .article-hero::after {
            content: '';
            position: absolute;
            bottom: 0; left: 0; right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(0, 198, 255, 0.4), rgba(139, 92, 246, 0.4), transparent);
        }
        .article-hero h1 {
            position: relative;
            font-family: 'Sora', sans-serif;
            font-size: 44px;
            font-weight: 700;
            margin: 0 0 14px 0;
            background: linear-gradient(135deg, #fff, #00c6ff, #8b5cf6);
            background-size: 200% 200%;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            animation: hero-gradient 5s ease infinite;
        }
        @keyframes hero-gradient {
            0%, 100% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
        }
        .article-hero p {
            position: relative;
            font-size: 17px;
            color: var(--text-secondary);
            max-width: 600px;
            line-height: 1.7;
            margin: 0;
        }
        .article-hero-badge {
            position: relative;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 6px 16px;
            background: rgba(0, 198, 255, 0.1);
            border: 1px solid rgba(0, 198, 255, 0.25);
            border-radius: 20px;
            color: #60b8ff;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        /* ═══ ARTICLE BODY ═══ */
        .article-body {
            max-width: 800px;
        }
        .article-body h2 {
            font-family: 'Sora', sans-serif;
            font-size: 26px;
            font-weight: 700;
            color: var(--text-primary);
            margin: 48px 0 16px 0;
        }
        .article-body h2:first-of-type { margin-top: 0; }
        .article-body p {
            font-size: 15px;
            color: var(--text-secondary);
            line-height: 1.8;
            margin: 0 0 16px 0;
        }
        .article-body strong { color: var(--text-primary); }
        .article-divider {
            border: none;
            border-top: 1px solid var(--border-color);
            margin: 48px 0;
        }

        /* ═══ ROLE CARDS ═══ */
        .role-cards {
            display: flex;
            flex-direction: column;
            gap: 20px;
            margin: 28px 0;
        }
        .role-card {
            background: rgba(10, 15, 30, 0.85);
            border: 1px solid var(--border-color);
            border-radius: 16px;
            padding: 28px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        .role-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 30px rgba(0,0,0,0.3);
        }
        .role-card::before {
            content: '';
            position: absolute;
            top: 0; left: 0; bottom: 0;
            width: 4px;
            border-radius: 4px 0 0 4px;
        }
        .role-card-meta::before { background: linear-gradient(180deg, #00c6ff, #2e6fff); }
        .role-card-meta:hover { border-color: rgba(0, 198, 255, 0.3); }
        .role-card-mute::before { background: linear-gradient(180deg, #ef4444, #f59e0b); }
        .role-card-mute:hover { border-color: rgba(239, 68, 68, 0.3); }
        .role-card-mod::before { background: linear-gradient(180deg, #8b5cf6, #6d28d9); }
        .role-card-mod:hover { border-color: rgba(139, 92, 246, 0.3); }

        .role-card-header {
            display: flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 14px;
        }
        .role-card-icon {
            width: 48px;
            height: 48px;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        .role-card-meta .role-card-icon { background: rgba(0, 198, 255, 0.12); color: #00c6ff; }
        .role-card-mute .role-card-icon { background: rgba(239, 68, 68, 0.12); color: #f87171; }
        .role-card-mod .role-card-icon { background: rgba(139, 92, 246, 0.12); color: #a78bfa; }

        .role-card-title {
            font-family: 'Sora', sans-serif;
            font-size: 20px;
            font-weight: 600;
            color: var(--text-primary);
            margin: 0;
        }
        .role-card-meta .role-card-title { color: #00c6ff; }
        .role-card-mute .role-card-title { color: #f87171; }
        .role-card-mod .role-card-title { color: #a78bfa; }

        .role-card p {
            font-size: 14px;
            color: var(--text-muted);
            line-height: 1.7;
            margin: 0;
        }

        /* ═══ HIERARCHY VISUAL ═══ */
        .hierarchy-visual {
            background: rgba(10, 15, 30, 0.85);
            border: 1px solid var(--border-color);
            border-radius: 20px;
            padding: 36px;
            margin: 28px 0;
            text-align: center;
        }
        .hierarchy-stack {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0;
            max-width: 360px;
            margin: 0 auto;
        }
        .hierarchy-role {
            width: 100%;
            padding: 18px 24px;
            border-radius: 12px;
            font-family: 'Sora', sans-serif;
            font-size: 16px;
            font-weight: 600;
            text-align: center;
            position: relative;
        }
        .hierarchy-role-meta {
            background: linear-gradient(135deg, rgba(0, 198, 255, 0.15), rgba(46, 111, 255, 0.15));
            border: 1px solid rgba(0, 198, 255, 0.3);
            color: #00c6ff;
        }
        .hierarchy-role-mute {
            background: linear-gradient(135deg, rgba(239, 68, 68, 0.12), rgba(245, 158, 11, 0.12));
            border: 1px solid rgba(239, 68, 68, 0.25);
            color: #f87171;
        }
        .hierarchy-role-mod {
            background: linear-gradient(135deg, rgba(139, 92, 246, 0.12), rgba(109, 40, 217, 0.12));
            border: 1px solid rgba(139, 92, 246, 0.25);
            color: #a78bfa;
        }
        .hierarchy-arrow {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 8px 0;
            color: var(--text-muted);
            font-size: 11px;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
        }
        .hierarchy-arrow svg { opacity: 0.5; margin-bottom: 2px; }
        .hierarchy-label {
            font-size: 12px;
            color: var(--text-muted);
            margin-top: 20px;
            font-style: italic;
        }

        /* ═══ CALLOUT ═══ */
        .callout {
            background: rgba(10, 15, 30, 0.8);
            border-radius: 16px;
            padding: 24px;
            margin: 28px 0;
            display: flex;
            gap: 16px;
            align-items: flex-start;
        }
        .callout-warning {
            border: 1px solid rgba(245, 158, 11, 0.25);
            border-left: 4px solid #f59e0b;
        }
        .callout-info {
            border: 1px solid rgba(0, 198, 255, 0.2);
            border-left: 4px solid var(--accent-cyan);
        }
        .callout-icon { font-size: 22px; flex-shrink: 0; margin-top: 2px; }
        .callout-content h4 {
            font-family: 'Sora', sans-serif;
            font-size: 15px;
            font-weight: 600;
            color: var(--text-primary);
            margin: 0 0 6px 0;
        }
        .callout-content p {
            font-size: 14px;
            color: var(--text-muted);
            line-height: 1.65;
            margin: 0;
        }

        /* ═══ CONTINUE ═══ */
        .continue-section {
            text-align: center;
            padding: 48px 0;
            margin-top: 40px;
            border-top: 1px solid var(--border-color);
        }
        .continue-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 16px 40px;
            background: linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));
            border: none;
            border-radius: 14px;
            color: white;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.35s ease;
        }
        .continue-btn:hover {
            box-shadow: 0 0 40px rgba(0, 198, 255, 0.4);
            transform: translateY(-3px);
        }
        .continue-btn svg { transition: transform 0.3s ease; }
        .continue-btn:hover svg { transform: translateX(5px); }

        @media (max-width: 768px) {
            .article-hero { padding: 36px 24px; }
            .article-hero h1 { font-size: 30px; }
            .hierarchy-visual { padding: 24px 16px; }
        }

                /* ═══ ARTICLE HERO ═══ */
        .article-hero {
            position: relative;
            padding: 56px 40px;
            border-radius: 24px;
            overflow: hidden;
            margin-bottom: 48px;
            background: linear-gradient(135deg, #0a0a1a 0%, #0a1a2a 40%, #0a2a3a 70%, #0a0a1a 100%);
            border: 1px solid rgba(0, 198, 255, 0.15);
        }
        .article-hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background:
                radial-gradient(300px circle at 25% 50%, rgba(0, 198, 255, 0.1), transparent),
                radial-gradient(250px circle at 75% 40%, rgba(99, 102, 241, 0.08), transparent);
            pointer-events: none;
        }
        .article-hero::after {
            content: '';
            position: absolute;
            bottom: 0; left: 0; right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(0, 198, 255, 0.4), rgba(99, 102, 241, 0.4), transparent);
        }
        .article-hero h1 {
            position: relative;
            font-family: 'Sora', sans-serif;
            font-size: 44px;
            font-weight: 700;
            margin: 0 0 14px 0;
            background: linear-gradient(135deg, #00c6ff, #6366f1, #00c6ff);
            background-size: 200% 200%;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            animation: hero-gradient 5s ease infinite;
        }
        @keyframes hero-gradient {
            0%, 100% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
        }
        .article-hero p {
            position: relative;
            font-size: 17px;
            color: var(--text-secondary);
            max-width: 600px;
            line-height: 1.7;
            margin: 0;
        }
        .article-hero-badge {
            position: relative;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 6px 16px;
            background: rgba(0, 198, 255, 0.12);
            border: 1px solid rgba(0, 198, 255, 0.25);
            border-radius: 20px;
            color: #67e8f9;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        /* ═══ CONTENT ARTICLE ═══ */
        .article-body {
            max-width: 800px;
        }
        .article-body h2 {
            font-family: 'Sora', sans-serif;
            font-size: 26px;
            font-weight: 700;
            color: var(--text-primary);
            margin: 48px 0 16px 0;
        }
        .article-body h2:first-of-type { margin-top: 0; }
        .article-body h3 {
            font-family: 'Sora', sans-serif;
            font-size: 20px;
            font-weight: 600;
            color: var(--text-primary);
            margin: 32px 0 12px 0;
        }
        .article-body p {
            font-size: 15px;
            color: var(--text-secondary);
            line-height: 1.8;
            margin: 0 0 16px 0;
        }
        .article-body strong { color: var(--text-primary); }

        /* ═══ CALLOUT BOX ═══ */
        .callout {
            background: rgba(10, 15, 30, 0.8);
            border-radius: 16px;
            padding: 24px;
            margin: 28px 0;
            display: flex;
            gap: 16px;
            align-items: flex-start;
        }
        .callout-info {
            border: 1px solid rgba(0, 198, 255, 0.2);
            border-left: 4px solid var(--accent-cyan);
        }
        .callout-success {
            border: 1px solid rgba(74, 222, 128, 0.2);
            border-left: 4px solid #4ade80;
        }
        .callout-icon {
            font-size: 22px;
            flex-shrink: 0;
            margin-top: 2px;
        }
        .callout-content h4 {
            font-family: 'Sora', sans-serif;
            font-size: 15px;
            font-weight: 600;
            color: var(--text-primary);
            margin: 0 0 6px 0;
        }
        .callout-content p {
            font-size: 14px;
            color: var(--text-muted);
            line-height: 1.65;
            margin: 0;
        }

        /* ═══ SCORE TABLE ═══ */
        .score-table-wrapper {
            margin: 28px 0;
            border-radius: 16px;
            overflow: hidden;
            border: 1px solid var(--border-color);
            background: rgba(10, 15, 30, 0.7);
        }
        .score-table {
            width: 100%;
            border-collapse: collapse;
        }
        .score-table thead th {
            padding: 14px 20px;
            text-align: left;
            font-family: 'Sora', sans-serif;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--text-muted);
            background: rgba(0, 198, 255, 0.06);
            border-bottom: 1px solid var(--border-color);
        }
        .score-table thead th:last-child {
            text-align: right;
        }
        .score-table tbody tr {
            border-bottom: 1px solid rgba(255, 255, 255, 0.04);
            transition: background 0.2s ease;
        }
        .score-table tbody tr:last-child { border-bottom: none; }
        .score-table tbody tr:hover {
            background: rgba(0, 198, 255, 0.04);
        }
        .score-table tbody td {
            padding: 14px 20px;
            font-size: 14px;
            color: var(--text-secondary);
        }
        .score-table tbody td:last-child {
            text-align: right;
            font-family: 'JetBrains Mono', monospace;
            font-weight: 600;
            color: #67e8f9;
        }
        .score-category {
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .score-category-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            flex-shrink: 0;
        }
        .dot-setup { background: #6366f1; }
        .dot-grief { background: #ef4444; }
        .dot-alt { background: #f59e0b; }
        .dot-bot { background: #4ade80; }
        .dot-automod { background: #00c6ff; }
        .dot-general { background: #a78bfa; }

        .score-total-row {
            background: rgba(0, 198, 255, 0.08) !important;
        }
        .score-total-row td {
            font-weight: 700 !important;
            color: var(--text-primary) !important;
            font-size: 15px !important;
        }
        .score-total-row td:last-child {
            color: #00c6ff !important;
            font-size: 16px !important;
        }

        /* ═══ SCORE VISUAL ═══ */
        .score-visual {
            display: flex;
            align-items: center;
            gap: 24px;
            background: rgba(10, 15, 30, 0.85);
            border: 1px solid var(--border-color);
            border-radius: 16px;
            padding: 28px;
            margin: 28px 0;
        }
        .score-ring {
            width: 120px;
            height: 120px;
            position: relative;
            flex-shrink: 0;
        }
        .score-ring svg {
            width: 100%;
            height: 100%;
            transform: rotate(-90deg);
        }
        .score-ring-bg {
            fill: none;
            stroke: rgba(255, 255, 255, 0.06);
            stroke-width: 8;
        }
        .score-ring-fill {
            fill: none;
            stroke: url(#scoreGradient);
            stroke-width: 8;
            stroke-linecap: round;
            stroke-dasharray: 314;
            stroke-dashoffset: 31;
            transition: stroke-dashoffset 1s ease;
        }
        .score-ring-label {
            position: absolute;
            inset: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .score-ring-number {
            font-family: 'Sora', sans-serif;
            font-size: 32px;
            font-weight: 700;
            background: linear-gradient(135deg, #00c6ff, #6366f1);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .score-ring-text {
            font-size: 11px;
            color: var(--text-muted);
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        .score-info h3 {
            font-family: 'Sora', sans-serif;
            font-size: 18px;
            font-weight: 600;
            color: var(--text-primary);
            margin: 0 0 8px 0;
        }
        .score-info p {
            font-size: 14px;
            color: var(--text-muted);
            line-height: 1.7;
            margin: 0;
        }

        /* ═══ SEPARATOR ═══ */
        .article-divider {
            border: none;
            border-top: 1px solid var(--border-color);
            margin: 48px 0;
        }

        /* ═══ FLOW STEPS ═══ */
        .flow-steps {
            display: flex;
            flex-direction: column;
            gap: 0;
            margin: 28px 0;
            position: relative;
        }
        .flow-steps::before {
            content: '';
            position: absolute;
            left: 23px;
            top: 24px;
            bottom: 24px;
            width: 2px;
            background: linear-gradient(180deg, rgba(0,198,255,0.4), rgba(99,102,241,0.4), rgba(74,222,128,0.3));
        }
        .flow-step {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            padding: 20px 0;
            position: relative;
        }
        .flow-step-dot {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: rgba(10, 15, 30, 0.9);
            border: 2px solid rgba(0, 198, 255, 0.4);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #67e8f9;
            flex-shrink: 0;
            font-weight: 700;
            font-size: 16px;
            z-index: 1;
        }
        .flow-step-content h4 {
            font-family: 'Sora', sans-serif;
            font-size: 16px;
            font-weight: 600;
            color: var(--text-primary);
            margin: 0 0 6px 0;
        }
        .flow-step-content p {
            font-size: 14px;
            color: var(--text-muted);
            line-height: 1.6;
            margin: 0;
        }

        /* ═══ INFO CARD ═══ */
        .info-card {
            display: flex;
            gap: 16px;
            align-items: flex-start;
            padding: 24px;
            background: rgba(10, 15, 30, 0.7);
            border: 1px solid var(--border-color);
            border-radius: 16px;
            margin: 28px 0;
        }
        .info-card-icon {
            font-size: 24px;
            flex-shrink: 0;
        }
        .info-card-content strong {
            display: block;
            font-family: 'Sora', sans-serif;
            font-size: 15px;
            color: var(--text-primary);
            margin-bottom: 6px;
        }
        .info-card-content p {
            font-size: 14px;
            color: var(--text-muted);
            line-height: 1.6;
            margin: 0;
        }

        /* ═══ CONTINUE ═══ */
        .continue-section {
            text-align: center;
            padding: 48px 0;
            margin-top: 40px;
            border-top: 1px solid var(--border-color);
        }
        .continue-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 16px 40px;
            background: linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));
            border: none;
            border-radius: 14px;
            color: white;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.35s ease;
        }
        .continue-btn:hover {
            box-shadow: 0 0 40px rgba(0, 198, 255, 0.4);
            transform: translateY(-3px);
        }
        .continue-btn svg { transition: transform 0.3s ease; }
        .continue-btn:hover svg { transform: translateX(5px); }

        @media (max-width: 768px) {
            .score-visual { flex-direction: column; text-align: center; }
            .score-table tbody td, .score-table thead th { padding: 10px 14px; font-size: 13px; }
            .article-hero { padding: 36px 24px; }
            .article-hero h1 { font-size: 30px; }
        }